init
This commit is contained in:
parent
016bdeee38
commit
c22ce94feb
@ -53,8 +53,13 @@ spec:
|
||||
##############################
|
||||
rustup component add clippy
|
||||
|
||||
echo $CARGO_HOME
|
||||
ls -al $CARGO_HOME
|
||||
|
||||
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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user