mirror of
https://github.com/overte-org/overte.git
synced 2025-07-25 12:45:33 +02:00
Don't edit an existing Conan profile.
This commit is contained in:
parent
96e3065945
commit
ec25a0c3e5
1 changed files with 1 additions and 0 deletions
1
.github/actions/setup-conan/action.yml
vendored
1
.github/actions/setup-conan/action.yml
vendored
|
@ -6,6 +6,7 @@ runs:
|
|||
- name: "Prepare Conan Build Environment"
|
||||
shell: bash
|
||||
run: |
|
||||
echo "Starting with a clean Conan profile…" && rm ~/.conan2/profiles/default || true # Don't fail if missing.
|
||||
conan profile detect -e
|
||||
conan remote add overte https://artifactory.overte.org/artifactory/api/conan/overte -f
|
||||
# Use our mirror of Conan Center to avoid rate limiting.
|
||||
|
|
Loading…
Reference in a new issue