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
commit 6d528ef808
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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