]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
updated zlib version to more recent v1.3.1
authorYann Collet <cyan@fb.com>
Thu, 27 Feb 2025 19:38:04 +0000 (11:38 -0800)
committerYann Collet <cyan@fb.com>
Fri, 28 Feb 2025 00:18:44 +0000 (16:18 -0800)
.github/workflows/windows-artifacts.yml

index 9b74969d3482e1d61a6f8afda21123a221231d7d..d6f9349048f7fa3d822dbfcf5ccc13ca430b3ebc 100644 (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