diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a01e86991..539f99e9b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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