We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e60baa7 commit 234c13aCopy full SHA for 234c13a
1 file changed
.github/workflows/ios_main.yml
@@ -32,6 +32,8 @@ jobs:
32
run: python3 -m ensurepip
33
- name: conan
34
run: pip3 install conan
35
+ - name: conan repo
36
+ run: conan remote add odr https://odr.jfrog.io/artifactory/api/conan/odr-conan
37
38
- name: run tests
39
run: bundle exec fastlane tests
0 commit comments