Skip to content

Commit 1d885b2

Browse files
authored
ci conan remote config (#421)
1 parent 6554eae commit 1d885b2

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/build_test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@ jobs:
4646
run: pip install conan
4747

4848
- name: conan remote
49-
run: conan remote add odr https://artifactory.opendocument.app/artifactory/api/conan/conan
49+
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
5053
- name: conan config
5154
run: conan config install .github/config/${{ matrix.os }}-${{ matrix.compiler }}/conan
5255
- name: conan install

0 commit comments

Comments
 (0)