mirror of
https://github.com/XRPLF/clio.git
synced 2025-12-02 09:35:55 +00:00
Fix CI (#878)
* Put conan-non-prod artifactory first * Rebuild all conan packages if no cache * Save cache only if there was no cache found
This commit is contained in:
2
.github/actions/setup_conan/action.yml
vendored
2
.github/actions/setup_conan/action.yml
vendored
@@ -47,7 +47,7 @@ runs:
|
||||
run: |
|
||||
if [[ -z $(conan remote list | grep conan-non-prod) ]]; then
|
||||
echo "Adding conan-non-prod"
|
||||
conan remote add conan-non-prod http://18.143.149.228:8081/artifactory/api/conan/conan-non-prod
|
||||
conan remote add --insert 0 conan-non-prod http://18.143.149.228:8081/artifactory/api/conan/conan-non-prod
|
||||
else
|
||||
echo "Conan-non-prod is available"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user