From 6eaef2590237d28984a6e06a577eb21be8872e23 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 8 May 2021 20:12:34 +0100 Subject: [PATCH] fix(builds): point brew bundle command to Brewfile --- .github/workflows/manual-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manual-build.yml b/.github/workflows/manual-build.yml index 347da40..e3df661 100644 --- a/.github/workflows/manual-build.yml +++ b/.github/workflows/manual-build.yml @@ -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: >-