build(Archlinux): Shallow clone dependent submodules (#5206)

This commit is contained in:
tomikun
2026-05-28 11:55:37 +08:00
committed by GitHub
parent 06504eb6ec
commit 22d9aa3b2e
+1 -1
View File
@@ -116,7 +116,7 @@ fi
prepare() {
cd "$pkgname"
git submodule update --recursive --init
git submodule update --recursive --init --depth 1
}
build() {