We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d9c59e + be8c75a commit 67e5c4bCopy full SHA for 67e5c4b
.github/actions/setup-build-env/action.yml
@@ -15,7 +15,7 @@ runs:
15
shell: bash
16
run: |
17
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew update
18
- HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install bison flex gawk libffi pkg-config bash autoconf llvm lld
+ HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install bison flex gawk libffi pkg-config bash autoconf llvm lld || true
19
20
- name: Linux runtime environment
21
if: runner.os == 'Linux'
0 commit comments