We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34f748d commit d890b9eCopy full SHA for d890b9e
1 file changed
.github/workflows/build.yaml
@@ -15,7 +15,7 @@ jobs:
15
16
- name: Fetch submodules
17
run: |
18
- git submodule update --init #--depth=1
+ git submodule update --init --recursive #--depth=1
19
# ( cd vendor/micropython/ports/unix ; make submodules )
20
# ( cd vendor/micropython/ports/esp32 ; make submodules )
21
0 commit comments