Skip to content

Commit f13a532

Browse files
Define zlib to v1.3.1 in GitHub Actions windows workflow
1 parent 3d7d6cb commit f13a532

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
shell: pwsh
1313
run: |
1414
# Download and extract
15-
curl -L "https://zlib.net/current/zlib.tar.gz" -o "${{ runner.temp }}\zlib.tar.gz"
15+
curl -L "https://github.com/madler/zlib/releases/download/v1.3.1/zlib-1.3.1.tar.gz" -o "${{ runner.temp }}\zlib.tar.gz"
1616
cd ${{ runner.temp }}
1717
tar -xzf zlib.tar.gz
1818
# Detect extracted folder (handles zlib-1.3.1 or future versions)

0 commit comments

Comments
 (0)