Skip to content

Commit

Permalink
ci: force install of llvm & deps on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
kenbell committed Oct 20, 2023
1 parent e6f9d74 commit fd3bcaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
run: brew update
- name: Install LLVM
run: |
HOMEBREW_NO_AUTO_UPDATE=1 brew install llvm@${{ matrix.version }}
HOMEBREW_NO_AUTO_UPDATE=1 brew install --force llvm@${{ matrix.version }}
- name: Checkout
uses: actions/checkout@v3
- name: Install Go
Expand Down

0 comments on commit fd3bcaf

Please sign in to comment.