mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
🔧 Switch back to conan from chocolatey (#1695)
This commit is contained in:
parent
a230bc7c89
commit
f7b063f265
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue