mirror of
https://github.com/status-im/nim-libp2p.git
synced 2025-01-13 06:24:27 +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
|
||||
echo "Downloading Nimble sources..."
|
||||
echo $(pwd)
|
||||
mkdir -p "$NIMBLE_DIR"
|
||||
pushd "$NIMBLE_DIR"
|
||||
git clone https://github.com/nim-lang/nimble.git .
|
||||
|
Loading…
x
Reference in New Issue
Block a user