mirror of https://github.com/YosysHQ/yosys.git
ci: Fix mac builds
This commit is contained in:
parent
e9cd6ca9e8
commit
b4da6b80f8
|
@ -16,7 +16,7 @@ jobs:
|
|||
steps:
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
brew install bison flex gawk libffi pkg-config bash
|
||||
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install bison flex gawk libffi pkg-config bash
|
||||
|
||||
- name: Runtime environment
|
||||
shell: bash
|
||||
|
|
Loading…
Reference in New Issue