🔧 Switch back to conan from chocolatey (#1695)

This commit is contained in:
Edgar 2020-05-24 11:53:24 +02:00 committed by GitHub
parent a230bc7c89
commit f7b063f265
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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