From dd46722fa8bf41fab8ac5a1c8e33d995e87f03e0 Mon Sep 17 00:00:00 2001 From: Christian Seiler Date: Thu, 8 Feb 2024 15:52:29 +0100 Subject: [PATCH] Github CI: fix windows-mingw test suite invocation --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index aded32e3..9fccb0f9 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -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"