mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-08-27 02:30:33 +01:00
[gha] use patched zlib build script
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
parent
54c6a424ef
commit
1f4be0a57d
1 changed files with 4 additions and 2 deletions
6
.github/workflows/build-windows-msvc.yml
vendored
6
.github/workflows/build-windows-msvc.yml
vendored
|
@ -17,7 +17,9 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Build and install zlib
|
- name: Build and install zlib
|
||||||
run: powershell -Command "(Invoke-WebRequest -Uri https://git.io/JnHTY -OutFile install_zlib.bat)"; ./install_zlib.bat; del install_zlib.bat
|
env:
|
||||||
|
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
|
||||||
|
|
||||||
- name: Install Boost
|
- name: Install Boost
|
||||||
uses: crazy-max/ghaction-chocolatey@v2
|
uses: crazy-max/ghaction-chocolatey@v2
|
||||||
|
@ -40,6 +42,6 @@ jobs:
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: i2pd-msvc.zip
|
name: i2pd-msvc
|
||||||
path: build/Debug/i2pd.*
|
path: build/Debug/i2pd.*
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue