chore(build): run "brew update" before installing brew deps

This commit is contained in:
2022-04-30 18:02:12 +01:00
parent 9934f47937
commit 88bfa2e603

View File

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