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:
Zachary Snow 2021-03-28 17:45:38 -04:00 committed by Zachary Snow
parent e314a05e0a
commit 1af994802e
1 changed files with 1 additions and 3 deletions

View File

@ -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'