GHA/windows: enable ECH in vcpkg wolfSSL job

Enable ECH feature on wolfSSL

Closes #15649
This commit is contained in:
Tal Regev 2024-11-26 18:39:35 +02:00 committed by Viktor Szakats
parent 2aa6d1a208
commit 4341df5040
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -623,6 +623,7 @@ jobs:
-DCURL_BROTLI=ON -DCURL_ZSTD=ON -DCURL_USE_LIBSSH2=ON
-DCURL_USE_SCHANNEL=OFF -DCURL_USE_WOLFSSL=ON -DUSE_NGTCP2=ON
-DCURL_USE_GSASL=ON
-DUSE_HTTPSRR=ON -DUSE_ECH=ON
- name: 'mbedtls'
install: 'brotli zlib zstd libpsl nghttp2 mbedtls libssh pkgconf gsasl'