Skip to content

Commit

Permalink
git: on MacOS CI, force reinstall python and ignore its exit code/pat…
Browse files Browse the repository at this point in the history
…ch it manually if failed (WerWolv#1446)
  • Loading branch information
iTrooz authored Nov 25, 2023
1 parent 8d20277 commit f79fd0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ jobs:

- name: ⬇️ Install dependencies
run: |
brew install python --overwrite
brew link --overwrite python
set -x
brew reinstall python || brew link --overwrite python
brew bundle --no-lock --file dist/Brewfile
rm -rf /usr/local/Cellar/capstone
Expand Down

0 comments on commit f79fd0e

Please sign in to comment.