Skip to content

Commit 28c48ae

Browse files
committed
fixup! Remove depth=1
1 parent f1d0e21 commit 28c48ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Checkout required submodules
5252
if: steps.smcache.outputs.cache-hit != 'true'
53-
run: git submodule update --init -j $(nproc) --depth 1 $(echo ${submodule_paths} | sed '$d' | tr '\n' ' ')
53+
run: git submodule update --init -j $(nproc) $(echo ${submodule_paths} | sed '$d' | tr '\n' ' ')
5454

5555
- name: Storage size optimization
5656
if: steps.smcache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)