git: Try fix macOS dependency installation in CI again
This commit is contained in:
parent
eafeac4e7b
commit
d50533bbaf
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -166,7 +166,8 @@ jobs:
|
||||
|
||||
- name: ⬇️ Install dependencies
|
||||
run: |
|
||||
brew install python --overwrite
|
||||
brew reinstall python --overwrite
|
||||
brew link --overwrite python
|
||||
brew bundle --no-lock --file dist/Brewfile
|
||||
rm -rf /usr/local/Cellar/capstone
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user