]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA/windows: enable GSS-API in an MSVC job
authorTal Regev <tal.regev@gmail.com>
Thu, 14 Nov 2024 22:27:18 +0000 (00:27 +0200)
committerViktor Szakats <commit@vsz.me>
Fri, 15 Nov 2024 23:12:08 +0000 (00:12 +0100)
Ref: #15545
Ref: #15564
Ref: #15585

Closes #15549

.github/workflows/windows.yml

index 06d5f12621e4f41eab01f44ce2073045f55db0aa..0b6ea759d90b80589a89f92502bf81ec4eb6e47d 100644 (file)
@@ -637,7 +637,7 @@ jobs:
               -DCURL_USE_GSASL=ON -DUSE_WIN32_IDN=ON -DENABLE_UNICODE=ON
 
           - name: 'openssl'
-            install: 'brotli zlib zstd libpsl nghttp2 nghttp3 openssl libssh2 pkgconf gsasl c-ares libuv'
+            install: 'brotli zlib zstd libpsl nghttp2 nghttp3 openssl libssh2 pkgconf gsasl c-ares libuv krb5'
             arch: 'x64'
             plat: 'windows'
             type: 'Debug'
@@ -645,7 +645,7 @@ jobs:
             config: >-
               -DCURL_BROTLI=ON -DCURL_ZSTD=ON -DCURL_USE_LIBSSH2=ON
               -DCURL_USE_SCHANNEL=OFF -DCURL_USE_OPENSSL=ON -DUSE_OPENSSL_QUIC=ON
-              -DCURL_USE_GSASL=ON -DENABLE_ARES=ON -DCURL_USE_LIBUV=ON
+              -DCURL_USE_GSASL=ON -DENABLE_ARES=ON -DCURL_USE_LIBUV=ON -DCURL_USE_GSSAPI=ON
 
           - name: 'openssl'
             install: 'brotli zlib zstd        nghttp2 nghttp3 openssl libssh2'