Skip to content

Commit

Permalink
Update windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qnfm authored Sep 22, 2023
1 parent 91bb640 commit 64ee739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ jobs:
- name: build oqs-provider
run: |
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_FLAGS="/wd5105" -DOPENSSL_ROOT_DIR="c:\openssl32" -Dliboqs_DIR="c:\liboqs\lib\cmake\liboqs" -S . -B _build
cmake -DCMAKE_BUILD_TYPE=Debug --build _build
cmake --build _build
- name: Run tests
run: |
cmake -DCMAKE_BUILD_TYPE=Debug --build _build --target RUN_TESTS
Expand Down

0 comments on commit 64ee739

Please sign in to comment.