mirror of https://github.com/waku-org/nwaku.git
fix(rln-relay): buildscript bad cp (#1636)
This commit is contained in:
parent
1f79375679
commit
bd9857c1d8
|
@ -27,5 +27,5 @@ else
|
||||||
echo "Failed to download $host_triplet-rln.tar.gz"
|
echo "Failed to download $host_triplet-rln.tar.gz"
|
||||||
# Build rln instead
|
# Build rln instead
|
||||||
cargo build --release --manifest-path "$build_dir/rln/Cargo.toml"
|
cargo build --release --manifest-path "$build_dir/rln/Cargo.toml"
|
||||||
cp "$build_dir/rln/target/release/librln.a" .
|
cp "$build_dir/target/release/librln.a" .
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue