mirror of https://github.com/WerWolv/ImHex.git
git: Try fix macOS dependency installation in CI again
This commit is contained in:
parent
eafeac4e7b
commit
d50533bbaf
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue