1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

mswin build - install src zlib files

This commit is contained in:
MSP-Greg 2020-07-30 14:23:23 -05:00 committed by Nobuyoshi Nakada
parent e8ce9dfaf4
commit bf758ef8b4
Notes: git 2020-08-01 19:02:13 +09:00

View file

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