mirror of
https://github.com/espressif/openthread.git
synced 2026-08-04 09:57:47 +00:00
[github-actions] run brew update (#6439)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user