git: on MacOS CI, force reinstall python and ignore its exit code/patch it manually if failed (#1446)

This commit is contained in:
iTrooz
2023-11-25 15:20:23 +01:00
committed by GitHub
parent 8d20277a62
commit f79fd0edbc

View File

@@ -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