Skip to content

Commit 67e5c4b

Browse files
authored
Merge pull request #4676 from YosysHQ/micko/fix_macos_ci
CI: make CI continue even if brew objects
2 parents 0d9c59e + be8c75a commit 67e5c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-build-env/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runs:
1515
shell: bash
1616
run: |
1717
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
18+
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install bison flex gawk libffi pkg-config bash autoconf llvm lld || true
1919
2020
- name: Linux runtime environment
2121
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)