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