From 4000bc3a87063b1e10be3b62490ca5d153a08905 Mon Sep 17 00:00:00 2001 From: Martin Raiber Date: Tue, 9 Jul 2024 22:49:42 +0200 Subject: [PATCH] Update c-cpp.yml --- .github/workflows/c-cpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index b7178ba..c895f63 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -38,4 +38,4 @@ jobs: # Additional arguments can be appended when testing, for example to specify the config # to test. # This is useful to reduce the number of CMake's Presets you need in CMakePresets.json. - testPresetAdditionalArgs: "['--config Release']" + testPresetAdditionalArgs: "[]"