mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 04:37:09 +00:00
[ubuntu] add locked flag to cargo (#2545)
This commit is contained in:
@@ -17,9 +17,7 @@ source $CARGO_HOME/env
|
|||||||
|
|
||||||
# Install common tools
|
# Install common tools
|
||||||
rustup component add rustfmt clippy
|
rustup component add rustfmt clippy
|
||||||
cargo install bindgen cbindgen
|
cargo install --locked bindgen cbindgen cargo-audit cargo-outdated
|
||||||
cargo install cargo-audit
|
|
||||||
cargo install cargo-outdated
|
|
||||||
|
|
||||||
# Permissions
|
# Permissions
|
||||||
chmod -R 777 $(dirname $RUSTUP_HOME)
|
chmod -R 777 $(dirname $RUSTUP_HOME)
|
||||||
|
|||||||
Reference in New Issue
Block a user