Skip to content

Commit

Permalink
Github CI: fix windows-mingw test suite invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Seiler committed Feb 8, 2024
1 parent 301e51b commit dd46722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
fi
- name: Test
run: |
if [ "${{ matrix.os }}" == "windows-latest" ]; then
if [ "${{ matrix.compiler }}" == "msvc" ]; then
MATDUMP="./build/Release/matdump.exe"
else
MATDUMP="./build/bin/matdump"
Expand Down

0 comments on commit dd46722

Please sign in to comment.