Skip to content

Commit 176e17f

Browse files
committed
Correctly enable recursive submodules in the Arduino compilation job
1 parent b581c76 commit 176e17f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- uses: actions/checkout@v4
33+
with:
34+
submodules: recursive
3335
- name: Install Arduino CLI
3436
uses: arduino/setup-arduino-cli@v2
3537
- name: Install platform

0 commit comments

Comments
 (0)