From afbf303a4ef85f96c45e35ce5e21ef794d2d9343 Mon Sep 17 00:00:00 2001 From: tooomm Date: Fri, 24 Jul 2026 17:33:11 +0200 Subject: [PATCH] remove verbose logging --- .ci/compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/compile.sh b/.ci/compile.sh index 5c5e737cd..b0ce43cf8 100755 --- a/.ci/compile.sh +++ b/.ci/compile.sh @@ -284,7 +284,7 @@ echo "::endgroup::" # Build echo "::group::Build project" echo "Running CMake with these build flags: ${buildflags[*]}" -cmake --build . --verbose "${buildflags[@]}" +cmake --build . "${buildflags[@]}" echo "::endgroup::" if [[ $USE_CCACHE == "1" ]]; then