3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 01:24:10 +00:00

ci: Add autoconf to macos dependencies

This commit is contained in:
Krystine Sherwin 2024-04-30 11:38:05 +12:00
parent 4d8ce13aa4
commit ff730f486a
No known key found for this signature in database

View file

@ -14,7 +14,7 @@ runs:
if: runner.os == 'macOS'
shell: bash
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 autoconf
- name: Linux runtime environment
if: runner.os == 'Linux'