We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e2bf09 commit 39b8b6dCopy full SHA for 39b8b6d
scripts/deps/assets.sh
@@ -4,6 +4,6 @@ set -e
4
5
ROOT=$(git rev-parse --show-toplevel)
6
7
-cd $ROOT && git submodule update --init assets
+cd $ROOT && git submodule update --init --depth 1 assets
8
git submodule update --init --depth 1 $ROOT/third-party/ciborium
9
git submodule update --init --depth 1 $ROOT/third-party/coset
0 commit comments