3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-23 17:15:33 +00:00

Merge branch 'origin/master' into krys/docs

This commit is contained in:
Krystine Sherwin 2024-03-18 10:39:30 +13:00
commit d2bf5a83af
No known key found for this signature in database
18 changed files with 641 additions and 78 deletions

View file

@ -34,6 +34,7 @@ body:
- macOS
- Windows
- BSD
- WebAssembly
multiple: true
validations:
required: true

View file

@ -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