mirror of
https://github.com/jimeh/emacs-builds.git
synced 2026-02-19 09:36:43 +00:00
chore(build): run "brew update" before installing brew deps
This commit is contained in:
2
.github/workflows/_build.yml
vendored
2
.github/workflows/_build.yml
vendored
@@ -143,6 +143,8 @@ jobs:
|
||||
- uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: 2.7
|
||||
- name: Update homebrew
|
||||
run: brew update
|
||||
- name: Install dependencies
|
||||
run: make bootstrap-ci
|
||||
working-directory: builder
|
||||
|
||||
Reference in New Issue
Block a user