fix(builds): point brew bundle command to Brewfile

This commit is contained in:
2021-05-08 20:12:34 +01:00
parent c65bfdacf0
commit 6eaef25902

View File

@@ -61,7 +61,7 @@ jobs:
- name: Install dependencies
if: steps.check.outcome == 'failure'
run: >-
brew bundle
brew bundle --file=builder/Brewfile
- name: Download and build Emacs
if: steps.check.outcome == 'failure'
run: >-