Skip to content

Commit

Permalink
fix conan install
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Jun 23, 2024
1 parent f460fb2 commit f36c3d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: pip
run: python3 -m ensurepip
- name: conan
run: pip3 install conan
run: pip3 install conan==1.64.1
- name: conan repo
run: conan remote add odr https://odr.jfrog.io/artifactory/api/conan/odr-conan

Expand Down

0 comments on commit f36c3d0

Please sign in to comment.