mirror of https://github.com/YosysHQ/yosys.git
CI: Use brew bundle
Also skip `brew update`. Specify llvm@20 due to problems with clang-21 and macOS .dylib.
This commit is contained in:
parent
41452e43b2
commit
3426905e60
|
|
@ -14,8 +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
|
brew bundle
|
||||||
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install bison flex gawk libffi pkg-config bash autoconf llvm lld || true
|
|
||||||
|
|
||||||
- name: Linux runtime environment
|
- name: Linux runtime environment
|
||||||
if: runner.os == 'Linux'
|
if: runner.os == 'Linux'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue