mirror of https://github.com/YosysHQ/yosys.git
Merge pull request #4647 from YosysHQ/fix_macos_ci
CI: force brew formula update
This commit is contained in:
commit
eefd111768
|
@ -14,6 +14,7 @@ runs:
|
|||
if: runner.os == 'macOS'
|
||||
shell: bash
|
||||
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
|
||||
|
||||
- name: Linux runtime environment
|
||||
|
|
Loading…
Reference in New Issue