1
0
mirror of synced 2025-01-18 00:56:49 +01:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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