Skip to content

Commit 71ccd5a

Browse files
committed
Force install brew in mac arm CI
1 parent b0519d6 commit 71ccd5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/mac-arm64.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- name: Dependencies
1717
run: |
18-
brew install cmake libomp rust
18+
brew install -f cmake libomp rust
1919
2020
- name: Build
2121
run: |

0 commit comments

Comments
 (0)