From e38956e9c5026fd8e151c3857e9dc69e0fe21c46 Mon Sep 17 00:00:00 2001 From: Emily Mabrey Date: Sun, 25 Jul 2021 01:27:04 -0400 Subject: [PATCH] Fix bug in `cmake_build.yml` `conan remote add` throws an error by default if the remote already exists. Signed-off-by: Emily Mabrey --- .github/workflows/cmake_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake_build.yml b/.github/workflows/cmake_build.yml index bda675267..f666fa9fe 100644 --- a/.github/workflows/cmake_build.yml +++ b/.github/workflows/cmake_build.yml @@ -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