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:
parent
a8e9a0053d
commit
e38956e9c5
2
.github/workflows/cmake_build.yml
vendored
2
.github/workflows/cmake_build.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user