Use zlib provided by vcpkg in mswin CI (#3397)

* Revert "mswin build - install src zlib files after checkout"

This reverts commit b6175c9e4fe25b978252d8998fe791d65d998fc5.

* Revert "mswin build - install src zlib files"

This reverts commit bf758ef8b4e2895bf71a611a7ab2a4f236e260ea.
This commit is contained in:
Hiroshi SHIBATA 2020-08-07 12:28:39 +09:00 committed by GitHub
parent 429efce4ed
commit 8a99f820ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
Notes: git 2020-08-07 12:29:08 +09:00
Merged-By: hsbt <hsbt@ruby-lang.org>

View File

@ -22,7 +22,7 @@ jobs:
${{ runner.os }}-vcpkg-download-
- name: Install libraries with vcpkg
run: |
vcpkg --triplet x64-windows install readline
vcpkg --triplet x64-windows install readline zlib
- uses: actions/cache@v2
with:
path: C:\Users\runneradmin\AppData\Local\Temp\chocolatey
@ -42,11 +42,6 @@ jobs:
- run: ./src/tool/actions-commit-info.sh
shell: bash
id: commit_info
- name: Install 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
- run: md build
shell: cmd
- name: Configure