From 984a95988384fbf92d133ce60ede1ae8b0b6465c Mon Sep 17 00:00:00 2001 From: gabime Date: Fri, 1 Nov 2024 17:51:09 +0200 Subject: [PATCH] Fix ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d33fa7ff..bc50e12a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,5 +103,5 @@ jobs: run: cmake --build build --config Release - name: Run Tests - run: ctest --test-dir build --config Release --output-on-failure + run: ctest --test-dir build -C Release --output-on-failure