3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-20 23:56:38 +00:00

Small refactor

This commit is contained in:
Akash Levy 2025-02-14 04:40:51 -08:00
parent cddfd1f12a
commit 0f5f9ae28c
2 changed files with 1 additions and 1 deletions

View file

@ -16,7 +16,6 @@ runs:
run: |
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew update
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew bundle install || true
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install autoconf || true
- name: Linux runtime environment
if: runner.os == 'Linux'

View file

@ -12,6 +12,7 @@ brew "bash"
brew "boost-python3"
brew "llvm"
brew "lld"
brew "autoconf"
brew "dwarfutils"
brew "libelf"