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:
parent
e8ce9dfaf4
commit
bf758ef8b4
Notes:
git
2020-08-01 19:02:13 +09:00
1 changed files with 6 additions and 1 deletions
7
.github/workflows/windows.yml
vendored
7
.github/workflows/windows.yml
vendored
|
@ -22,7 +22,12 @@ jobs:
|
||||||
${{ runner.os }}-vcpkg-download-
|
${{ runner.os }}-vcpkg-download-
|
||||||
- name: Install libraries with vcpkg
|
- name: Install libraries with vcpkg
|
||||||
run: |
|
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
|
- uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
path: C:\Users\runneradmin\AppData\Local\Temp\chocolatey
|
path: C:\Users\runneradmin\AppData\Local\Temp\chocolatey
|
||||||
|
|
Loading…
Add table
Reference in a new issue