Skip to content

Commit f1c3d2b

Browse files
committed
ci: fix submodules
Former-commit-id: 97afc24
1 parent a958c27 commit f1c3d2b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/compile-examples.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ jobs:
6666
steps:
6767
- name: Checkout repository
6868
uses: actions/checkout@v2
69+
with:
70+
submodules: recursive
6971

7072
# The source files are in a subfolder of the ArduinoCore-API repository, so it's not possible to clone it directly to the final destination in the core
7173
- name: Checkout ArduinoCore-API

0 commit comments

Comments
 (0)