summaryrefslogtreecommitdiffstats
path: root/.github/workflows/windows.yml
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2022-10-05 09:34:11 +0200
committerRichard Levitte <levitte@openssl.org>2022-10-25 13:25:00 +0200
commit76228352d80250801a00d50beeab7dc786336689 (patch)
tree461daa61ca6bda44e51db365a5da4070a14e2ee5 /.github/workflows/windows.yml
parent6962e21b7c51480343db1a275f52525754dcbe44 (diff)
Github Actions: Enable building QUIC on Windows
Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19345)
Diffstat (limited to '.github/workflows/windows.yml')
-rw-r--r--.github/workflows/windows.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index f5b33dde05..45c6a4c0aa 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