[ubuntu] add locked flag to cargo (#2545)

This commit is contained in:
Mikhail Timofeev
2021-01-25 20:55:03 +03:00
committed by GitHub
parent 8be00cadcb
commit 06b88bd6ed

View File

@@ -17,9 +17,7 @@ source $CARGO_HOME/env
# Install common tools
rustup component add rustfmt clippy
cargo install bindgen cbindgen
cargo install cargo-audit
cargo install cargo-outdated
cargo install --locked bindgen cbindgen cargo-audit cargo-outdated
# Permissions
chmod -R 777 $(dirname $RUSTUP_HOME)