From 9d0959adc3c8e7d47fd013f91e91f463c59c627b Mon Sep 17 00:00:00 2001 From: __Rylex__ <134968689+msqr1@users.noreply.github.com> Date: Thu, 1 Feb 2024 20:37:37 -0800 Subject: [PATCH] Update compile.sh --- compile.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/compile.sh b/compile.sh index 8ef84fe..37aae9c 100755 --- a/compile.sh +++ b/compile.sh @@ -53,7 +53,6 @@ rm -rf /tmp/zstd && rm -rf /tmp/libarchive && rm -rf /tmp/openfst && -cd $SRC && git clone -b v1.5.5 --depth=1 https://github.com/facebook/zstd /tmp/zstd && git clone -b v3.7.2 --depth=1 https://github.com/libarchive/libarchive /tmp/libarchive && git clone --depth=1 https://gitlab.inria.fr/multispeech/kaldi.web/clapack-wasm.git &&