We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1d0e21 commit 28c48aeCopy full SHA for 28c48ae
.github/workflows/build.yaml
@@ -50,7 +50,7 @@ jobs:
50
51
- name: Checkout required submodules
52
if: steps.smcache.outputs.cache-hit != 'true'
53
- run: git submodule update --init -j $(nproc) --depth 1 $(echo ${submodule_paths} | sed '$d' | tr '\n' ' ')
+ run: git submodule update --init -j $(nproc) $(echo ${submodule_paths} | sed '$d' | tr '\n' ' ')
54
55
- name: Storage size optimization
56
0 commit comments