mirror of https://github.com/YosysHQ/yosys.git
gha: trim macOS dependencies
- Only install needed dependencies rather than using Brewfile - Remove brew update (recent enough formulae already baked in) - Saves ~16 minutes in macOS CI
This commit is contained in:
parent
e314a05e0a
commit
1af994802e
|
@ -23,9 +23,7 @@ jobs:
|
|||
- name: Install dependencies (macOS)
|
||||
if: runner.os == 'macOS'
|
||||
run: |
|
||||
brew update
|
||||
brew tap Homebrew/bundle
|
||||
brew bundle
|
||||
brew install bison gawk libffi pkg-config bash
|
||||
|
||||
- name: Setup environment (Linux)
|
||||
if: runner.os == 'Linux'
|
||||
|
|
Loading…
Reference in New Issue