Skip to content

Commit fe9a842

Browse files
committed
ci: disable shallow clone
1 parent 90cc6c2 commit fe9a842

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/compile-examples.yml

+1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
with:
7070
submodules: recursive
7171
token: ${{ secrets.PRIVATE_SUBMODULES_CLONE }}
72+
fetch-depth: 0
7273

7374
# 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
7475
- name: Checkout ArduinoCore-API

0 commit comments

Comments
 (0)