3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-05 17:14:08 +00:00

actions: macos install lld from llvm package

This commit is contained in:
Emil J. Tywoniak 2024-07-24 18:31:21 +02:00
parent 5d0558932e
commit ad47844bbf

View file

@ -14,7 +14,7 @@ runs:
if: runner.os == 'macOS'
shell: bash
run: |
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install bison flex gawk libffi pkg-config bash autoconf
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1 brew install bison flex gawk libffi pkg-config bash autoconf llvm
- name: Linux runtime environment
if: runner.os == 'Linux'