1
0
mirror of synced 2026-01-30 13:46:39 +00:00

Merge pull request #4271 from YosysHQ/macos-fix

ci: Fix mac builds
This commit is contained in:
Miodrag Milanović
2024-03-08 14:17:32 +01:00
committed by GitHub

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