From f7b063f26518b874192983b048c04e2c5a4fbedc Mon Sep 17 00:00:00 2001 From: Edgar Date: Sun, 24 May 2020 11:53:24 +0200 Subject: [PATCH] :wrench: Switch back to conan from chocolatey (#1695) --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5300073a..3a27bc80 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -55,8 +55,7 @@ jobs: - name: Install dependencies (Windows) if: startsWith(matrix.os, 'windows') run: | - REM We use this source (temporarily?) until choco has updated their version of conan - choco install conan -y -s="https://api.bintray.com/nuget/anotherfoxguy/choco-pkg" + choco install conan -y refreshenv shell: cmd