diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index f5a0d371..f80118fb 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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: