We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6554eae commit 1d885b2Copy full SHA for 1d885b2
1 file changed
.github/workflows/build_test.yml
@@ -46,7 +46,10 @@ jobs:
46
run: pip install conan
47
48
- name: conan remote
49
- run: conan remote add odr https://artifactory.opendocument.app/artifactory/api/conan/conan
+ run: |
50
+ conan remote remove "*"
51
+ conan remote add odr https://artifactory.opendocument.app/artifactory/api/conan/conan
52
+ conan remote add conancenter https://center2.conan.io
53
- name: conan config
54
run: conan config install .github/config/${{ matrix.os }}-${{ matrix.compiler }}/conan
55
- name: conan install
0 commit comments