Skip to content

Commit

Permalink
workflow: recurse submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
forGGe committed Aug 20, 2024
1 parent 3a44880 commit 4434f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
- name: "Checkout files"
uses: actions/checkout@v4
with:
submodules: "true"
submodules: "recursive"
- name: "Regular firmware build"
run: "./ci/build.sh"

0 comments on commit 4434f9e

Please sign in to comment.