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