mirror of https://github.com/YosysHQ/yosys.git
Install just some brew packages
This commit is contained in:
parent
7c5d9a37bf
commit
0c0d3f717c
|
|
@ -56,7 +56,7 @@ runs:
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
brew bundle
|
brew install bison flex gawk libffi git pkg-config python3 bash googletest tcl-tk llvm
|
||||||
|
|
||||||
- name: Linux runtime environment
|
- name: Linux runtime environment
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue