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:
|
steps:
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: |
|
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
|
- name: Runtime environment
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in New Issue