We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21908b7 commit bb82128Copy full SHA for bb82128
1 file changed
.github/workflows/build.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Install Dependencies
39
run: |
40
brew update -q
41
- xargs brew install -q --formula < homebrew/build-deps.txt
+ xargs brew install -q -f --formula < homebrew/build-deps.txt
42
43
- name: Fetch Sources
44
run: ./fetch all
0 commit comments