Skip to content

Commit a2e3682

Browse files
committed
fix action
1 parent e58c4e3 commit a2e3682

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ios_main.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,17 @@ jobs:
2121
run: rm '/usr/local/bin/2to3'
2222
- name: ninja
2323
run: brew install ninja
24+
2425
# https://stackoverflow.com/a/57758679/198996
2526
- name: bundler
2627
run: gem install bundler:1.17.3
2728
- name: fastlane
2829
run: bundle install
30+
31+
- name: pip
32+
run: python3 -m ensurepip
2933
- name: conan
30-
run: python3 -m ensurepip && pip install conan
34+
run: pip install conan
3135

3236
- name: run tests
3337
run: bundle exec fastlane tests

0 commit comments

Comments
 (0)