From 3334b6911a25145ea858d35f11e8795532c23314 Mon Sep 17 00:00:00 2001 From: Lizzy Hunt Date: Sat, 9 Mar 2024 22:20:52 -0700 Subject: depth 1 on submodule clone --- compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile.sh b/compile.sh index 31addf8..bd47c7b 100755 --- a/compile.sh +++ b/compile.sh @@ -2,7 +2,7 @@ set -e -git submodule update --init --recursive +git submodule update --init --depth 1 mkdir -p dist pwd=$PWD -- cgit v1.2.3-70-g09d2