mirror of
https://github.com/jimeh/emacs-builds.git
synced 2026-02-19 13:06:40 +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
|
- uses: ruby/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
ruby-version: 2.7
|
ruby-version: 2.7
|
||||||
|
- name: Update homebrew
|
||||||
|
run: brew update
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: make bootstrap-ci
|
run: make bootstrap-ci
|
||||||
working-directory: builder
|
working-directory: builder
|
||||||
|
|||||||
Reference in New Issue
Block a user