Skip to content

Commit

Permalink
Make homebrew force install
Browse files Browse the repository at this point in the history
  • Loading branch information
gen740 committed Dec 6, 2023
1 parent 8ccf317 commit 09c3094
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:

- name: Install llvm
run: |
brew install llvm
brew install llvm --force
- name: Install cmake HEAD
run: |
brew unlink cmake
brew install cmake --HEAD
brew install cmake --HEAD --force
- name: Cmake and Compile
run: |
Expand Down

0 comments on commit 09c3094

Please sign in to comment.