mirror of
https://github.com/actions/runner-images.git
synced 2026-01-04 01:03:18 +08:00
Merge pull request #1958 from aibaars/patch-1
OSX: Rust tools: install 'rustfmt' and 'clippy'
This commit is contained in:
@@ -11,7 +11,8 @@ CARGO_HOME=$HOME/.cargo
|
|||||||
source $CARGO_HOME/env
|
source $CARGO_HOME/env
|
||||||
|
|
||||||
echo Install common tools...
|
echo Install common tools...
|
||||||
|
rustup component add rustfmt clippy
|
||||||
cargo install bindgen cbindgen cargo-audit cargo-outdated
|
cargo install bindgen cbindgen cargo-audit cargo-outdated
|
||||||
|
|
||||||
echo Cleanup Cargo registry cached data...
|
echo Cleanup Cargo registry cached data...
|
||||||
rm -rf $CARGO_HOME/registry/*
|
rm -rf $CARGO_HOME/registry/*
|
||||||
|
|||||||
Reference in New Issue
Block a user