test: check where the Nimble sources were downloaded
This commit is contained in:
parent
82e02f27cc
commit
f368a76377
|
@ -96,6 +96,7 @@ nim_needs_rebuilding() {
|
||||||
|
|
||||||
if [[ ! -d "$NIMBLE_DIR" ]]; then
|
if [[ ! -d "$NIMBLE_DIR" ]]; then
|
||||||
echo "Downloading Nimble sources..."
|
echo "Downloading Nimble sources..."
|
||||||
|
echo $(pwd)
|
||||||
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 .
|
||||||
|
|
Loading…
Reference in New Issue