mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-13 22:27:13 +02:00
Use our conancenter remote to avoid rate limiting.
This commit is contained in:
parent
feee260a29
commit
47320c5600
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release_build.yml
vendored
1
.github/workflows/release_build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue