remove verbose logging

This commit is contained in:
tooomm 2026-07-24 17:33:11 +02:00
parent c9d5e4ebba
commit afbf303a4e

View file

@ -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