[github-actions] run brew update (#6439)

This commit is contained in:
Jonathan Hui
2021-04-12 17:26:22 -07:00
committed by GitHub
parent d5855ab74b
commit 0cdc3f1444
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -261,6 +261,7 @@ jobs:
submodules: true
- name: Bootstrap
run: |
brew update
brew install automake m4 ninja
[ ${{ matrix.CC }} != clang ] || brew install llvm
- name: Build
+2
View File
@@ -52,6 +52,7 @@ jobs:
- uses: actions/checkout@v2
- name: Bootstrap
run: |
brew update
brew install ninja
- name: Run RCP Mode
run: |
@@ -296,6 +297,7 @@ jobs:
- uses: actions/checkout@v2
- name: Bootstrap
run: |
brew update
brew install ninja socat
- name: Build
run: |