init
This commit is contained in:
parent
22a823c2c4
commit
499c3a5b40
@ -53,16 +53,9 @@ spec:
|
||||
##############################
|
||||
rustup component add clippy
|
||||
|
||||
|
||||
if [ -f "$CARGO_HOME/config.toml" ]; then
|
||||
cat "$CARGO_HOME/config.toml"
|
||||
fi
|
||||
if [ -f "$CARGO_HOME/credentials.toml" ]; then
|
||||
cat "$CARGO_HOME/credentials.toml"
|
||||
fi
|
||||
|
||||
# Install cargo-tarpaulin via prebuilt binary
|
||||
export PATH="$HOME/.cargo/bin:$PATH"
|
||||
cargo install clap
|
||||
cargo install cargo-tarpaulin --locked
|
||||
|
||||
##############################
|
||||
|
Loading…
x
Reference in New Issue
Block a user