Skip to content

Commit 97afc24

Browse files
committed
ci: fix submodules
1 parent afdbcf1 commit 97afc24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/compile-examples.yml

+2
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)