Don't edit an existing Conan profile.

This commit is contained in:
Julian Groß 2025-05-24 08:35:51 +02:00
parent 96e3065945
commit ec25a0c3e5

View file

@ -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.