Skip to content

Commit

Permalink
in both places and correct link
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuval-Ariel committed Jan 25, 2024
1 parent ba2d971 commit 99880de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
shell: powershell
run: |
cd $Env:THIRDPARTY_HOME
curl http://zlib.net/zlib-1.3.1.zip -o zlib13.zip
curl https://www.zlib.net/zlib131.zip -o zlib13.zip
Expand-Archive -Path zlib13.zip -DestinationPath zlib-tmp
mv .\zlib-tmp\zlib-1.3\ .
rmdir zlib-tmp
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ jobs:
shell: powershell
run: |
cd $Env:THIRDPARTY_HOME
curl https://zlib.net/zlib13.zip -o zlib13.zip
curl https://www.zlib.net/zlib131.zip -o zlib13.zip
Expand-Archive -Path zlib13.zip -DestinationPath zlib-tmp
mv .\zlib-tmp\zlib-1.3\ .
rmdir zlib-tmp
Expand Down

0 comments on commit 99880de

Please sign in to comment.