Don't fail if Conan profile already exists.

This commit is contained in:
Julian Groß 2025-03-07 13:51:24 +01:00
parent 2fd99e0263
commit c930cf3c70
4 changed files with 4 additions and 4 deletions

View file

@ -276,7 +276,7 @@ jobs:
- name: Prepare Conan Build Environment
shell: bash
run: |
conan profile detect
conan profile detect -e
conan remote add overte https://artifactory.overte.org/artifactory/api/conan/overte -f
echo "tools.system.package_manager:mode = install" >> ~/.conan2/global.conf

View file

@ -183,7 +183,7 @@ jobs:
- name: Prepare Conan Build Environment
shell: bash
run: |
conan profile detect
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
echo "tools.system.package_manager:mode = install" >> ~/.conan2/global.conf

View file

@ -240,7 +240,7 @@ jobs:
- name: Prepare Conan Build Environment
shell: bash
run: |
conan profile detect
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
echo "tools.system.package_manager:mode = install" >> ~/.conan2/global.conf

View file

@ -100,7 +100,7 @@ jobs:
- name: Prepare Conan Build Environment
shell: bash
run: |
conan profile detect
conan profile detect -e
conan remote add overte https://artifactory.overte.org/artifactory/api/conan/overte -f
echo "tools.system.package_manager:mode = install" >> ~/.conan2/global.conf