updated zlib version to more recent v1.3.1

This commit is contained in:
Yann Collet
2025-02-27 16:18:44 -08:00
parent e94e09dd7b
commit 77e58994d2
+1 -1
View File
@@ -37,7 +37,7 @@ jobs:
- name: Building zlib to static link
run: |
git clone --depth 1 --branch v1.2.11 https://github.com/madler/zlib
git clone --depth 1 --branch v1.3.1 https://github.com/madler/zlib
make -C zlib -f win32/Makefile.gcc libz.a
- name: Building zstd programs