Skip to content

Commit

Permalink
Get Windows CI to work again (open-quantum-safe#310)
Browse files Browse the repository at this point in the history
* Change osslconfig for Windows build

* Re-activate Debug build

Signed-off-by: Felipe Ventura <[email protected]>
  • Loading branch information
qnfm authored and feventura committed Mar 17, 2024
1 parent 5a312b0 commit 84a4899
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
platform:
- arch: win64
oqsconfig: -DOQS_ALGS_ENABLED=STD
osslconfig: no-shared no-fips VC-WIN64A-masm
osslconfig: no-shared no-fips VC-WIN64A
# - arch: win32
# oqsconfig: -DOQS_ALGS_ENABLED=STD
# osslconfig: --strict-warnings no-fips enable-quic
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
msarch:
- x64
type:
# - Debug
- Debug
- Release
runs-on: ${{matrix.os}}
steps:
Expand Down

0 comments on commit 84a4899

Please sign in to comment.