fetch submodules
This commit is contained in:
parent
c895779e4a
commit
3e6ff08544
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -28,6 +28,9 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Checkout submodules
|
||||
run: git submodule update --init --depth 1 certificates
|
||||
|
||||
- name: Build
|
||||
run: docker run --rm -v $PWD:/project -w /project espressif/idf:v3.3.1 make firmware
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue