You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/compile-examples.yml
+1
Original file line number
Diff line number
Diff line change
@@ -69,6 +69,7 @@ jobs:
69
69
with:
70
70
submodules: recursive
71
71
token: ${{ secrets.PRIVATE_SUBMODULES_CLONE }}
72
+
fetch-depth: 0
72
73
73
74
# 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
0 commit comments