]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Github Actions: Enable building QUIC on Windows
authorRichard Levitte <levitte@openssl.org>
Wed, 5 Oct 2022 07:34:11 +0000 (09:34 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 25 Oct 2022 11:25:00 +0000 (13:25 +0200)
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19345)

.github/workflows/windows.yml

index f5b33dde05a768d568c92332670e7b934a43a910..45c6a4c0aafb4bf6cd36eeaf6c211eab1aaee9ba 100644 (file)
@@ -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