mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 01:24:10 +00:00
force brew formula update
This commit is contained in:
parent
a5968e4047
commit
a6ccf22047
1
.github/actions/setup-build-env/action.yml
vendored
1
.github/actions/setup-build-env/action.yml
vendored
|
@ -14,6 +14,7 @@ runs:
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew update
|
||||||
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install bison flex gawk libffi pkg-config bash autoconf llvm lld
|
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install bison flex gawk libffi pkg-config bash autoconf llvm lld
|
||||||
|
|
||||||
- name: Linux runtime environment
|
- name: Linux runtime environment
|
||||||
|
|
Loading…
Reference in a new issue