Skip to content

Commit d890b9e

Browse files
committed
test
1 parent 34f748d commit d890b9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- name: Fetch submodules
1717
run: |
18-
git submodule update --init #--depth=1
18+
git submodule update --init --recursive #--depth=1
1919
# ( cd vendor/micropython/ports/unix ; make submodules )
2020
# ( cd vendor/micropython/ports/esp32 ; make submodules )
2121

0 commit comments

Comments
 (0)