Skip to content

Commit d749ceb

Browse files
Don't clone submodule recursively
1 parent c3cd86d commit d749ceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v1
2121
with:
22-
submodules: recursive
22+
submodules: true
2323
- name: Build for ESP32
2424
env:
2525
IDF_TARGET: ${{ matrix.idf_target }}

0 commit comments

Comments
 (0)