mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 17:44:09 +00:00
ci: Fix action.yml
This commit is contained in:
parent
3c65ddbea0
commit
6451a6a0dc
1
.github/actions/setup-build-env/action.yml
vendored
1
.github/actions/setup-build-env/action.yml
vendored
|
@ -12,6 +12,7 @@ runs:
|
|||
|
||||
- name: Install macOS Dependencies
|
||||
if: runner.os == 'macOS'
|
||||
shell: bash
|
||||
run: |
|
||||
brew install bison flex gawk libffi pkg-config bash
|
||||
|
||||
|
|
Loading…
Reference in a new issue