git: Try fix macOS dependency installation in CI again

This commit is contained in:
WerWolv 2023-11-23 13:55:57 +01:00
parent eafeac4e7b
commit d50533bbaf
1 changed files with 2 additions and 1 deletions

View File

@ -166,7 +166,8 @@ jobs:
- name: ⬇️ Install dependencies - name: ⬇️ Install dependencies
run: | run: |
brew install python --overwrite brew reinstall python --overwrite
brew link --overwrite python
brew bundle --no-lock --file dist/Brewfile brew bundle --no-lock --file dist/Brewfile
rm -rf /usr/local/Cellar/capstone rm -rf /usr/local/Cellar/capstone