Use clang

This commit is contained in:
Bruno Alexandre Rosa 2025-05-13 15:35:59 -03:00
parent 49d2adc2e7
commit df1747bb90
2 changed files with 6 additions and 2 deletions

View file

@ -169,7 +169,8 @@ 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 . --target package --config "$BUILDTYPE"
cmake --build . --log-level=VERBOSE --target package --config "$BUILDTYPE"
echo "::endgroup::"
if [[ $PACKAGE_SUFFIX ]]; then