mirror of
https://github.com/actions/runner-images.git
synced 2025-12-13 20:56:47 +00:00
This commit is contained in:
committed by
GitHub
parent
eddf4a0208
commit
a675a54759
@@ -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 --locked bindgen cbindgen cargo-outdated
|
cargo install --locked bindgen cbindgen cargo-audit cargo-outdated
|
||||||
# Temporary hardcode cargo-audit 0.14.1 as 0.15.0 is broken https://docs.rs/crate/cargo-audit/0.15.0
|
|
||||||
cargo install cargo-audit --version 0.14.1
|
|
||||||
|
|
||||||
# Permissions
|
# Permissions
|
||||||
chmod -R 777 $(dirname $RUSTUP_HOME)
|
chmod -R 777 $(dirname $RUSTUP_HOME)
|
||||||
|
|||||||
Reference in New Issue
Block a user