Skip to content

Commit

Permalink
fix remotes
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Jun 23, 2024
1 parent f36c3d0 commit 49a7633
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ios_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ jobs:
- name: 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
run: |
conan remote clean
conan remote add odr https://artifactory.opendocument.app/artifactory/api/conan/conan
conan remote add conancenter https://center.conan.io
- name: run tests
run: bundle exec fastlane tests
Expand Down

0 comments on commit 49a7633

Please sign in to comment.