Skip to content

Commit e60baa7

Browse files
committed
fix action
1 parent a2e3682 commit e60baa7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ios_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: pip
3232
run: python3 -m ensurepip
3333
- name: conan
34-
run: pip install conan
34+
run: pip3 install conan
3535

3636
- name: run tests
3737
run: bundle exec fastlane tests

0 commit comments

Comments
 (0)