Skip to content

Commit

Permalink
Revert "mac ci: Kill XProtectBehaviorService before making package"
Browse files Browse the repository at this point in the history
This reverts commit 29931e7.
  • Loading branch information
kazarmy committed Oct 20, 2024
1 parent e374667 commit 0dda13b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -480,8 +480,6 @@ jobs:
-DCPACK_BUNDLE_APPLE_CERT_APP="-" \
.. && \
make -j4;
echo killing XProtectBehaviorService; sudo pkill -9 XProtect >/dev/null || true;
echo waiting for XProtectBehaviorService kill; while pgrep XProtect; do sleep 3; done;
brew install kadwanev/brew/retry
retry make package
export CUTTER_VERSION=$(python3 ../scripts/get_version.py)
Expand Down

0 comments on commit 0dda13b

Please sign in to comment.