mirror of
https://github.com/openssl/openssl.git
synced 2025-01-08 02:03:42 +08:00
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)
This commit is contained in:
parent
6962e21b7c
commit
76228352d8
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user