Skip to content

Commit

Permalink
fetch submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
dhalbert committed Dec 14, 2023
1 parent c895779 commit 3e6ff08
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3e6ff08

Please sign in to comment.