From 3f9417b21d41d02d26a0e6f2a6e2a5a6e4478370 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 6 Feb 2025 23:42:51 +0100 Subject: [PATCH] GHA/curl-for-win: drop `nolibgroup` option, upstream default now Ref: https://github.com/curl/curl-for-win/commit/2ed700e687fec09cd02241af3f1068849480fc16 --- .github/workflows/curl-for-win.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/curl-for-win.yml b/.github/workflows/curl-for-win.yml index 07207e2466..ef479b3363 100644 --- a/.github/workflows/curl-for-win.yml +++ b/.github/workflows/curl-for-win.yml @@ -55,7 +55,7 @@ jobs: run: | git clone --depth 1 https://github.com/curl/curl-for-win mv curl-for-win/* . - export CW_CONFIG='-main-werror-linux-a64-x64-gcc-nolibgroup' + export CW_CONFIG='-main-werror-linux-a64-x64-gcc' export CW_REVISION='${{ github.sha }}' DOCKER_IMAGE='debian:bookworm-slim' export DOCKER_CONTENT_TRUST=1 @@ -150,7 +150,7 @@ jobs: run: | git clone --depth 1 https://github.com/curl/curl-for-win mv curl-for-win/* . - export CW_CONFIG='-main-werror-win-x86-gcc-nolibgroup-libssh1-zlibng' + export CW_CONFIG='-main-werror-win-x86-gcc-libssh1-zlibng' export CW_REVISION='${{ github.sha }}' . ./_versions.sh docker trust inspect --pretty "${DOCKER_IMAGE}" -- 2.47.3