1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-29 23:29:41 +02:00

Fix bug in cmake_build.yml

`conan remote add` throws an error by default if the remote already exists.

Signed-off-by: Emily Mabrey <emabrey@tenacityaudio.org>
This commit is contained in:
Emily Mabrey 2021-07-25 01:27:04 -04:00
parent a8e9a0053d
commit e38956e9c5
No known key found for this signature in database
GPG Key ID: 6F4EF47256A1B7DC

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