Skip to content

Commit

Permalink
change repo checkout to recursive in firmware build action
Browse files Browse the repository at this point in the history
  • Loading branch information
mjleehh committed Dec 14, 2024
1 parent aee1713 commit 0ae434c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_firmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
steps:
- name: check out repo
uses: actions/checkout@v3
with:
submodules: recursive

- name: setup build container
run: ls -1 tools/docker/build.Dockerfile && docker build -t tbd_firmware -f tools/docker/build.Dockerfile $PWD
Expand Down

0 comments on commit 0ae434c

Please sign in to comment.