From ec572e28c775270ec015a1bc6e3765a0d045fa9c Mon Sep 17 00:00:00 2001 From: Bruno Alexandre Rosa <1791393+brunoalr@users.noreply.github.com> Date: Sat, 14 Mar 2026 15:36:34 +0100 Subject: [PATCH] Apply suggestion from @brunoalr --- .ci/compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/compile.sh b/.ci/compile.sh index e8e71c738..3fdd7b839 100755 --- a/.ci/compile.sh +++ b/.ci/compile.sh @@ -299,7 +299,7 @@ fi if [[ $MAKE_PACKAGE ]]; then echo "::group::Create package" - cmake --build . --verbose --target package --config "$BUILDTYPE" + cmake --build . --target package --config "$BUILDTYPE" echo "::endgroup::" if [[ $PACKAGE_SUFFIX ]]; then