Skip to content

Commit

Permalink
[trivial] Update zlib version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ClemensBuechner authored Jan 31, 2024
1 parent 9ac0165 commit d7db49d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
cplex_DIR: D:\a\cplex

CPLEX_URL: "${{ secrets.CPLEX2211_WINDOWS_URL }}"
ZLIB_URL: "https://www.zlib.net/zlib13.zip"
ZLIB_URL: "https://www.zlib.net/zlib131.zip"


jobs:
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
cd zlib
echo "Set up zlib include directory"
move ../zlib-1.3 include
move ../zlib-1.3.1 include
echo "Compile zlib library"
cd include
Expand Down

0 comments on commit d7db49d

Please sign in to comment.