Commit 8873042f authored by laser's avatar laser
Browse files

fix(install): don't update Cargo.lock on each local build

parent bf5c5226
......@@ -64,7 +64,6 @@ build_from_source() {
pushd $__submodule_path
cargo --version
cargo update
if [[ -f "./scripts/build-release.sh" ]]; then
./scripts/build-release.sh $(cat rust-toolchain)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment