diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 06d5f12621..0b6ea759d9 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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'