Skip to content

Commit

Permalink
[trivial] Update zlib version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ClemensBuechner committed Sep 4, 2023
1 parent aff6522 commit 6a7f3ad
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ env:
CXX: cl

DOWNWARD_CPLEX_ROOT: D:\a\downward\cplex
ZLIB_ROOT: D:\a\downward\zlib

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


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

0 comments on commit 6a7f3ad

Please sign in to comment.