mirror of
https://github.com/jimeh/emacs-builds.git
synced 2026-02-19 11:56:40 +00:00
fix(builds): point brew bundle command to Brewfile
This commit is contained in:
2
.github/workflows/manual-build.yml
vendored
2
.github/workflows/manual-build.yml
vendored
@@ -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: >-
|
||||
|
||||
Reference in New Issue
Block a user