test: check if sources downloaded

This commit is contained in:
Roman 2023-12-07 11:52:52 +01:00
parent 3962ac7ad0
commit 82e02f27cc
No known key found for this signature in database
GPG Key ID: B8FE070B54E11B75
1 changed files with 1 additions and 0 deletions

View File

@ -95,6 +95,7 @@ nim_needs_rebuilding() {
popd >/dev/null popd >/dev/null
if [[ ! -d "$NIMBLE_DIR" ]]; then if [[ ! -d "$NIMBLE_DIR" ]]; then
echo "Downloading Nimble sources..."
mkdir -p "$NIMBLE_DIR" mkdir -p "$NIMBLE_DIR"
pushd "$NIMBLE_DIR" pushd "$NIMBLE_DIR"
git clone https://github.com/nim-lang/nimble.git . git clone https://github.com/nim-lang/nimble.git .