[gha] use patched zlib build script

Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2023-03-08 15:52:22 +00:00
parent 1f4be0a57d
commit 8c83112492
No known key found for this signature in database
GPG key ID: 66F6C87B98EBCFE2

View file

@ -19,7 +19,7 @@ jobs:
- name: Build and install zlib - name: Build and install zlib
env: env:
BUILD_TYPE: Debug BUILD_TYPE: Debug
run: powershell -Command "(Invoke-WebRequest -Uri https://github.com/r4sas/zlib.install/raw/master/install.bat -OutFile install_zlib.bat)"; ./install_zlib.bat; del install_zlib.bat run: powershell -Command "(Invoke-WebRequest -Uri https://raw.githubusercontent.com/r4sas/zlib.install/master/install.bat -OutFile install_zlib.bat)"; ./install_zlib.bat; del install_zlib.bat
- name: Install Boost - name: Install Boost
uses: crazy-max/ghaction-chocolatey@v2 uses: crazy-max/ghaction-chocolatey@v2