From 6873af889ba956bbe838952f4d7b62e3e657d687 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 92043b5c..a3ec48cf 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"