mirror of
https://github.com/nushell/nushell
synced 2025-01-27 04:15:21 +00:00
Update azure-pipelines.yml
This commit is contained in:
parent
27bff35c79
commit
9e8434326d
1 changed files with 0 additions and 2 deletions
|
@ -37,8 +37,6 @@ 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
|
|
||||||
export PATH=$HOME/.cargo/bin:$PATH
|
export PATH=$HOME/.cargo/bin:$PATH
|
||||||
fi
|
fi
|
||||||
rustup update
|
rustup update
|
||||||
|
|
Loading…
Reference in a new issue