mirror of https://github.com/YosysHQ/yosys.git
CI: make CI continue even if brew objects
This commit is contained in:
parent
0d9c59e4e6
commit
be8c75a3a5
|
@ -15,7 +15,7 @@ runs:
|
|||
shell: bash
|
||||
run: |
|
||||
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew update
|
||||
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
|
||||
|
||||
- name: Linux runtime environment
|
||||
if: runner.os == 'Linux'
|
||||
|
|
Loading…
Reference in New Issue