Skip to content

Commit

Permalink
fixup MSVC build
Browse files Browse the repository at this point in the history
  • Loading branch information
baentsch committed Jan 15, 2024
1 parent 976c342 commit 404c286
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ jobs:
strategy:
matrix:
os:
# liboqs doesn't build under Windows 2019
# - windows-2019
# liboqs doesn't check Windows 2019
- windows-2019
- windows-2022
platform:
- arch: win64
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
key: ${{ runner.os }}-msvcopenssl32
- name: build oqs-provider
run: |
cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_FLAGS="/wd5105" -DOPENSSL_ROOT_DIR="c:\openssl32" -Dliboqs_DIR="c:\liboqs\lib\cmake\liboqs" -S . -B _build
cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER="cl" -DCMAKE_C_FLAGS="/wd5105" -DOPENSSL_ROOT_DIR="c:\openssl32" -Dliboqs_DIR="c:\liboqs\lib\cmake\liboqs" -S . -B _build
cd _build
ninja
- name: Run tests
Expand All @@ -206,8 +206,8 @@ jobs:
strategy:
matrix:
os:
# liboqs doesn't build under Windows 2019
# - windows-2019
# liboqs doesn't check Windows 2019
- windows-2019
- windows-2022
platform:
- arch: win64
Expand Down

0 comments on commit 404c286

Please sign in to comment.