mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-13 22:27:13 +02:00
Don't fail if Conan profile already exists.
This commit is contained in:
parent
2fd99e0263
commit
c930cf3c70
4 changed files with 4 additions and 4 deletions
2
.github/workflows/linux_server_build.yml
vendored
2
.github/workflows/linux_server_build.yml
vendored
|
@ -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
|
||||
|
||||
|
|
2
.github/workflows/master_build.yml
vendored
2
.github/workflows/master_build.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/pr_build.yml
vendored
2
.github/workflows/pr_build.yml
vendored
|
@ -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
|
||||
|
|
2
.github/workflows/release_build.yml
vendored
2
.github/workflows/release_build.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue