From 5c08961b72ef7b4b6f344395c7e33ddbb04b92a6 Mon Sep 17 00:00:00 2001 From: ClausKlein Date: Tue, 16 Feb 2021 18:57:14 +0100 Subject: [PATCH] the last try to solve this miracle --- .github/workflows/windows.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index d8387c9..2853f15 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -34,6 +34,8 @@ jobs: - name: test run: | cd build - dir - Debug\GreeterTests.exe -s + dir bin + dir x64 + dir Debug + Debug/GreeterTests.exe -s ctest --build-config Debug --verbose