mswin build - install src zlib files
This commit is contained in:
parent
e8ce9dfaf4
commit
bf758ef8b4
Notes:
git
2020-08-01 19:02:13 +09:00
7
.github/workflows/windows.yml
vendored
7
.github/workflows/windows.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user