]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA/curl-for-win: libssh.org is down, switch to libssh2
authorViktor Szakats <commit@vsz.me>
Mon, 11 Aug 2025 21:58:18 +0000 (23:58 +0200)
committerViktor Szakats <commit@vsz.me>
Mon, 11 Aug 2025 22:12:42 +0000 (00:12 +0200)
Closes #18257

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

index 7b5234391b11bfda6d0f52df01fe592c8d3bcd1c..7328fd2f14910dd4640e2828cc5ddd40088896a9 100644 (file)
@@ -147,8 +147,8 @@ jobs:
             "${DOCKER_IMAGE}" \
             sh -c ./_ci-linux-debian.sh
 
-  win-gcc-libssh-zlibold-x86:
-    name: 'Windows gcc libssh zlib-classic (x86)'
+  win-gcc-zlibold-x86:
+    name: 'Windows gcc zlib-classic (x86)'
     runs-on: ubuntu-latest
     timeout-minutes: 10
     steps:
@@ -161,7 +161,7 @@ jobs:
         run: |
           git clone --depth 1 https://github.com/curl/curl-for-win
           mv curl-for-win/* .
-          export CW_CONFIG='-main-werror-unitybatch-win-x86-gcc-libssh1-zlibng'
+          export CW_CONFIG='-main-werror-unitybatch-win-x86-gcc-zlibng'
           export CW_REVISION="${GITHUB_SHA}"
           . ./_versions.sh
           sudo podman image trust set --type reject default