summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/windows.yml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index eb04db5123..16f663b969 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -22,7 +22,12 @@ jobs:
${{ runner.os }}-vcpkg-download-
- name: Install libraries with vcpkg
run: |
- vcpkg --triplet x64-windows install readline zlib
+ vcpkg --triplet x64-windows install readline
+ - name: zlib
+ run: |
+ $zlib = 'zlib1211.zip'
+ curl -fsSL -o $zlib --retry 10 https://zlib.net/$zlib
+ &'C:\Program Files\7-Zip\7z.exe' x -osrc/ext/zlib $zlib
- uses: actions/cache@v2
with:
path: C:\Users\runneradmin\AppData\Local\Temp\chocolatey