3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-05 17:14:08 +00:00

ci: Fix mac builds

This commit is contained in:
Krystine Sherwin 2024-03-08 11:56:01 +13:00
parent e9cd6ca9e8
commit b4da6b80f8
No known key found for this signature in database

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