From b8c0bdd9c71bd7c241a27832d07aac431d1bc788 Mon Sep 17 00:00:00 2001 From: Bruno Alexandre Rosa <1791393+brunoalr@users.noreply.github.com> Date: Tue, 13 May 2025 21:07:38 -0300 Subject: [PATCH] Update compile.sh --- .ci/compile.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.ci/compile.sh b/.ci/compile.sh index f30072de2..05791e1ab 100755 --- a/.ci/compile.sh +++ b/.ci/compile.sh @@ -169,8 +169,7 @@ if [[ $MAKE_PACKAGE ]]; then echo "killing XProtectBehaviorService"; sudo pkill -9 XProtect >/dev/null || true; echo "waiting for XProtectBehaviorService kill"; while pgrep "XProtect"; do sleep 3; done; fi - - cmake --build . --log-level=VERBOSE --target package --config "$BUILDTYPE" + cmake --build . --verbose --target package --config "$BUILDTYPE" echo "::endgroup::" if [[ $PACKAGE_SUFFIX ]]; then