File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545
4646 - name : conan config
4747 run : conan config set general.revisions_enabled=1
48- - name : conan repo
49- run : conan remote add odr https://artifactory.opendocument.app/artifactory/api/conan/conan
48+ - name : conan remote
49+ run : |
50+ conan remote clean
51+ conan remote add odr https://artifactory.opendocument.app/artifactory/api/conan/conan
52+ conan remote add conancenter https://center.conan.io
5053 - name : conan login
5154 run : conan user --remote odr --password ${{ secrets.ARTIFACTORY }} admin
5255
@@ -125,8 +128,11 @@ jobs:
125128
126129 - name : conan config
127130 run : conan config set general.revisions_enabled=1
128- - name : conan repo
129- run : conan remote add odr https://artifactory.opendocument.app/artifactory/api/conan/conan
131+ - name : conan remote
132+ run : |
133+ conan remote clean
134+ conan remote add odr https://artifactory.opendocument.app/artifactory/api/conan/conan
135+ conan remote add conancenter https://center.conan.io
130136 - name : conan login
131137 run : conan user --remote odr --password ${{ secrets.ARTIFACTORY }} admin
132138
You can’t perform that action at this time.
0 commit comments