3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-01 13:08:54 +00:00

Merge pull request #5994 from YosysHQ/manual_brew

Install just some brew packages
This commit is contained in:
Miodrag Milanović 2026-06-26 19:14:38 +00:00 committed by GitHub
commit e74db6deac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -56,7 +56,7 @@ runs:
if: runner.os == 'macOS'
shell: bash
run: |
brew bundle
brew install bison flex gawk libffi git pkg-config python3 bash googletest tcl-tk llvm
- name: Linux runtime environment
if: runner.os == 'Linux'