Skip to content

Commit 34f748d

Browse files
committed
test
1 parent 82b71a3 commit 34f748d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515

1616
- name: Fetch submodules
1717
run: |
18-
git submodule update --init --depth=1
19-
( cd vendor/micropython/ports/unix ; make submodules )
20-
( cd vendor/micropython/ports/esp32 ; make submodules )
18+
git submodule update --init #--depth=1
19+
# ( cd vendor/micropython/ports/unix ; make submodules )
20+
# ( cd vendor/micropython/ports/esp32 ; make submodules )
2121
2222
- name: Test
2323
run: |

0 commit comments

Comments
 (0)