From: Richard Levitte Date: Wed, 5 Oct 2022 07:34:11 +0000 (+0200) Subject: Github Actions: Enable building QUIC on Windows X-Git-Tag: openssl-3.2.0-alpha1~1840 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76228352d80250801a00d50beeab7dc786336689;p=thirdparty%2Fopenssl.git Github Actions: Enable building QUIC on Windows Reviewed-by: Hugo Landau Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/19345) --- diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index f5b33dde05a..45c6a4c0aaf 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -22,9 +22,9 @@ jobs: - windows-2022 platform: - arch: win64 - config: enable-fips + config: enable-fips enable-quic - arch: win32 - config: --strict-warnings no-fips + config: --strict-warnings no-fips enable-quic runs-on: ${{matrix.os}} steps: - uses: actions/checkout@v2