test: install script debug

This commit is contained in:
Roman 2023-12-06 16:22:34 +01:00
parent 82479ef6bf
commit 9593db16ae
No known key found for this signature in database
GPG Key ID: B8FE070B54E11B75
1 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,8 @@ nim_needs_rebuilding() {
REBUILD=0
NO_REBUILD=1
echo "Nim is being rebuilt..."
if [[ ! -e "$NIM_DIR" ]]; then
# Shallow clone, optimised for the default NIM_COMMIT value.
git clone -q --depth=1 https://github.com/status-im/Nim.git "$NIM_DIR"