Skip to content

Commit

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

* Re-activate Debug build
  • Loading branch information
qnfm authored Dec 7, 2023
1 parent 70856b8 commit 99f4271
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 99f4271

Please sign in to comment.