This commit is contained in:
병준 박 2025-04-30 07:08:44 +00:00
parent 22a823c2c4
commit 499c3a5b40

View File

@ -53,16 +53,9 @@ spec:
############################## ##############################
rustup component add clippy 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 # Install cargo-tarpaulin via prebuilt binary
export PATH="$HOME/.cargo/bin:$PATH" export PATH="$HOME/.cargo/bin:$PATH"
cargo install clap
cargo install cargo-tarpaulin --locked cargo install cargo-tarpaulin --locked
############################## ##############################