git: brew reinstall doesn't support --overwrite
This commit is contained in:
parent
445dba85ac
commit
951d74e24b
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -166,7 +166,7 @@ jobs:
|
||||
|
||||
- name: ⬇️ Install dependencies
|
||||
run: |
|
||||
brew reinstall python --overwrite
|
||||
brew install 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