mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-08-27 10:40:23 +01:00
[gha] fix line endings in zlib build batch
Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
parent
8c83112492
commit
b15fcc9cbd
1 changed files with 5 additions and 1 deletions
6
.github/workflows/build-windows-msvc.yml
vendored
6
.github/workflows/build-windows-msvc.yml
vendored
|
@ -19,7 +19,11 @@ jobs:
|
|||
- name: Build and install zlib
|
||||
env:
|
||||
BUILD_TYPE: Debug
|
||||
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
|
||||
run: |
|
||||
powershell -Command "(Invoke-WebRequest -Uri https://raw.githubusercontent.com/r4sas/zlib.install/master/install.bat -OutFile install_zlib.bat)"
|
||||
powershell -Command "(Get-Content install_zlib.bat) | Set-Content install_zlib.bat" # fixing line endings
|
||||
./install_zlib.bat
|
||||
del install_zlib.bat
|
||||
|
||||
- name: Install Boost
|
||||
uses: crazy-max/ghaction-chocolatey@v2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue