]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA/curl-for-win: build one job with classic zlib
authorViktor Szakats <commit@vsz.me>
Thu, 15 May 2025 16:02:25 +0000 (18:02 +0200)
committerViktor Szakats <commit@vsz.me>
Thu, 15 May 2025 16:58:54 +0000 (18:58 +0200)
curl-for-win switched to zlib-ng by default. Switch curl's explicit
zlib-ng job to classic zlib to keep testing that build path.

Ref: https://github.com/curl/curl-for-win/pull/79
Ref: https://github.com/curl/curl-for-win/commit/5aed6363cd1051b560b3f7c57c97e04bf8cd74cb

Closes #17357

.github/workflows/curl-for-win.yml

index f473785c8d2d22d80a44ab779b1735509b271e3b..b141fdfac60d9fc877b0f4e74ac67f44a9e8a951 100644 (file)
@@ -140,7 +140,7 @@ jobs:
             "${DOCKER_IMAGE}" \
             sh -c ./_ci-linux-debian.sh
 
-  win-gcc-libssh-zlibng-x86:
+  win-gcc-libssh-zlibold-x86:
     runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4