mirror of
https://github.com/espressif/openthread.git
synced 2026-07-27 06:17:47 +00:00
[cmake] enhancements for supporting cmake in ot-br-posix (#4876)
This commit is contained in:
@@ -60,6 +60,10 @@ jobs:
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Bootstrap
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt --no-install-recommends install -y ninja-build
|
||||
- name: Package
|
||||
run: |
|
||||
script/test package
|
||||
|
||||
Reference in New Issue
Block a user