Skip to content

Commit bb82128

Browse files
committed
ci: force brew install
1 parent 21908b7 commit bb82128

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Install Dependencies
3939
run: |
4040
brew update -q
41-
xargs brew install -q --formula < homebrew/build-deps.txt
41+
xargs brew install -q -f --formula < homebrew/build-deps.txt
4242
4343
- name: Fetch Sources
4444
run: ./fetch all

0 commit comments

Comments
 (0)