Skip to content

Commit

Permalink
checkout with submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Dec 13, 2023
1 parent 39ef455 commit 10c6905
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
run: docker pull espressif/idf:v3.3.1

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true

- name: Build
run: docker run --rm -v $PWD:/project -w /project espressif/idf:v3.3.1 make firmware
Expand Down

0 comments on commit 10c6905

Please sign in to comment.