Skip to content

Commit

Permalink
try forcing brew link
Browse files Browse the repository at this point in the history
  • Loading branch information
kenbell committed Oct 20, 2023
1 parent bb8291c commit d29194a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,9 @@ jobs:
- name: Update Homebrew
run: brew update
- name: Update Python
run: brew upgrade python3
run: |
brew upgrade python3 || true
brew link --overwrite [email protected]
- name: Install LLVM
run: |
HOMEBREW_NO_AUTO_UPDATE=1 brew install llvm@${{ matrix.version }}
Expand Down

0 comments on commit d29194a

Please sign in to comment.