mirror of
https://github.com/YosysHQ/yosys
synced 2025-05-12 02:04:44 +00:00
Small refactor
This commit is contained in:
parent
cddfd1f12a
commit
0f5f9ae28c
2 changed files with 1 additions and 1 deletions
1
.github/actions/setup-build-env/action.yml
vendored
1
.github/actions/setup-build-env/action.yml
vendored
|
@ -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'
|
||||
|
|
1
Brewfile
1
Brewfile
|
@ -12,6 +12,7 @@ brew "bash"
|
|||
brew "boost-python3"
|
||||
brew "llvm"
|
||||
brew "lld"
|
||||
brew "autoconf"
|
||||
|
||||
brew "dwarfutils"
|
||||
brew "libelf"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue