diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 78ea80a5f..ce2db95ff 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -166,8 +166,8 @@ jobs: - name: ⬇️ Install dependencies run: | - brew install python --overwrite - brew link --overwrite python + set -x + brew reinstall python || brew link --overwrite python brew bundle --no-lock --file dist/Brewfile rm -rf /usr/local/Cellar/capstone