diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index f7b167f537..1075ff2ca3 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -399,6 +399,14 @@ jobs: strategy: matrix: include: + - name: 'schannel' + dir: 'mingw64' + env: 'x86_64' + ver: '15.0.1' + url: 'https://github.com/brechtsanders/winlibs_mingw/releases/download/15.0.1-snapshot20250406posix-12.0.0-ucrt-r1/winlibs-x86_64-posix-seh-gcc-15.0.1-snapshot20250406-mingw-w64ucrt-12.0.0-r1.7z' + config: '-DENABLE_DEBUG=ON -DBUILD_SHARED_LIBS=OFF -DCURL_USE_SCHANNEL=ON -DENABLE_UNICODE=OFF' + type: 'Release' + tflags: 'skiprun' - name: 'schannel' dir: 'mingw64' env: 'x86_64'