Use our conancenter remote to avoid rate limiting.

This commit is contained in:
Julian Groß 2025-03-29 20:30:44 +01:00
parent feee260a29
commit 47320c5600

View file

@ -107,6 +107,7 @@ jobs:
run: |
conan profile detect -e
conan remote add overte https://artifactory.overte.org/artifactory/api/conan/overte -f
conan remote update conancenter --url https://artifactory.overte.org/artifactory/api/conan/conan-center # Use our mirror of Conan Center to avoid rate limiting.
echo "tools.system.package_manager:mode = install" >> ~/.conan2/global.conf
- name: Install Conan dependencies