1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 16:10:06 +02:00

Merge pull request from tenacityteam/workflow-conan-remote-fix

`conan remote add` throws an error by default if the remote already exists. The recent PR https://github.com/tenacityteam/tenacity/pull/368 would work initially, but repeated runs of the Linux CI builds will continue to fail until conan is instructed to forcibly add the remote even if it already exists. 

Signed-off-by: Emily Mabrey emabrey@tenacityaudio.org
This commit is contained in:
Emily Mabrey 2021-07-25 01:46:46 -04:00 committed by GitHub
commit ab4243921a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -126,7 +126,7 @@ jobs:
- name: "[Linux] Install scdoc"
if: runner.os == 'Linux'
run: |
conan remote add rigs-of-rods-deps https://conan.cloudsmith.io/rigs-of-rods/deps/
conan remote add -f rigs-of-rods-deps https://conan.cloudsmith.io/rigs-of-rods/deps/
conan install scdoc/1.11.1@anotherfoxguy/stable -g=virtualenv --build=missing
- name: Configure