mirror of
https://github.com/danbulant/nushell
synced 2026-05-24 12:35:59 +00:00
Update azure-pipelines.yml
This commit is contained in:
parent
e2fae63a42
commit
27bff35c79
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ steps:
|
||||||
fi
|
fi
|
||||||
if [ "$(uname)" == "Darwin" ]; then
|
if [ "$(uname)" == "Darwin" ]; then
|
||||||
curl https://sh.rustup.rs -sSf | sh -s -- -y --no-modify-path --default-toolchain "stable"
|
curl https://sh.rustup.rs -sSf | sh -s -- -y --no-modify-path --default-toolchain "stable"
|
||||||
|
echo "Installing clippy"
|
||||||
rustup component add clippy --toolchain stable-x86_64-apple-darwin
|
rustup component add clippy --toolchain stable-x86_64-apple-darwin
|
||||||
export PATH=$HOME/.cargo/bin:$PATH
|
export PATH=$HOME/.cargo/bin:$PATH
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue