Skip to content

Commit

Permalink
Revert "[To be reverted] Run make package twice"
Browse files Browse the repository at this point in the history
This reverts commit ac3d42b.
  • Loading branch information
kazarmy committed Nov 24, 2024
1 parent 52130bd commit 2598fb5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -488,8 +488,7 @@ jobs:
# https://github.com/actions/runner-images/issues/7522#issuecomment-1556766641
echo killing XProtectBehaviorService; sudo pkill -9 XProtect >/dev/null || true;
echo waiting for XProtectBehaviorService kill; while pgrep XProtect; do sleep 3; done;
# retry make package
make package; make package
retry make package
export CUTTER_VERSION=$(python3 ../scripts/get_version.py)
echo PACKAGE_NAME=${PACKAGE_NAME}.dmg >> $GITHUB_ENV
echo PACKAGE_PATH=build/${PACKAGE_NAME}.dmg >> $GITHUB_ENV
Expand Down

0 comments on commit 2598fb5

Please sign in to comment.