Skip to content

Commit

Permalink
Move kadwanev/brew/retry install to "homebrew dependencies" section
Browse files Browse the repository at this point in the history
  • Loading branch information
kazarmy committed Oct 21, 2024
1 parent e78c29c commit 0d5b7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,7 @@ jobs:
cd scripts
rm /usr/local/bin/2to3* # symlink to some kind of existing python2.7 installation conflicts with brew python3 which gets installed as indirect dependency
brew bundle
brew install kadwanev/brew/retry
- name: py dependencies
run: |
#python3 -m pip install -U pip==21.3.1
Expand Down Expand Up @@ -484,7 +485,6 @@ 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;
brew install kadwanev/brew/retry
retry 'rm -rf ../jsdec ../libswift ../rz_libyara ../rz-silhouette; make package'
export CUTTER_VERSION=$(python3 ../scripts/get_version.py)
echo PACKAGE_NAME=${PACKAGE_NAME}.dmg >> $GITHUB_ENV
Expand Down

0 comments on commit 0d5b7db

Please sign in to comment.