Skip to content

Commit 88d1160

Browse files
authored
Update build-kyb.yml
1 parent 306e34f commit 88d1160

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-kyb.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ jobs:
1818
- name: Checkout repository with submodules
1919
uses: actions/checkout@v3
2020
with:
21-
submodules: recursive # This initializes and updates submodules recursively
21+
submodules: true # Initializes submodules at the specified commit without updating
22+
fetch-depth: 0 # Ensures full commit history for submodules
2223

2324
- name: Set up Arduino CLI
2425
uses: arduino/setup-arduino-cli@v2

0 commit comments

Comments
 (0)