mirror of
https://github.com/status-im/nim-libp2p.git
synced 2025-01-13 22:45:17 +00:00
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…
x
Reference in New Issue
Block a user