Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
a committed Sep 22, 2023
1 parent d959dd1 commit ca0a76f
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 @@ -298,7 +298,7 @@ jobs:
cmake --build _build
- name: Run tests
run: |
ctest -V --test-dir build -C Debug
ctest -V --test-dir _build -C Debug
- name: Retain oqsprovider.dll
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit ca0a76f

Please sign in to comment.