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: >-