Skip to content

Commit

Permalink
Merge pull request #4676 from YosysHQ/micko/fix_macos_ci
Browse files Browse the repository at this point in the history
CI: make CI continue even if brew objects
  • Loading branch information
mmicko authored Oct 18, 2024
2 parents 0d9c59e + be8c75a commit 67e5c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-build-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 67e5c4b

Please sign in to comment.