We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d7d6cb commit f13a532Copy full SHA for f13a532
1 file changed
.github/workflows/github-actions.yml
@@ -12,7 +12,7 @@ jobs:
12
shell: pwsh
13
run: |
14
# Download and extract
15
- curl -L "https://zlib.net/current/zlib.tar.gz" -o "${{ runner.temp }}\zlib.tar.gz"
+ curl -L "https://github.com/madler/zlib/releases/download/v1.3.1/zlib-1.3.1.tar.gz" -o "${{ runner.temp }}\zlib.tar.gz"
16
cd ${{ runner.temp }}
17
tar -xzf zlib.tar.gz
18
# Detect extracted folder (handles zlib-1.3.1 or future versions)
0 commit comments