diff --git a/.azure/azure-pipelines.yml b/.azure/azure-pipelines.yml index 8b23a385e8..3be9f9d1e0 100644 --- a/.azure/azure-pipelines.yml +++ b/.azure/azure-pipelines.yml @@ -37,6 +37,7 @@ steps: fi if [ "$(uname)" == "Darwin" ]; then curl https://sh.rustup.rs -sSf | sh -s -- -y --no-modify-path --default-toolchain "stable" + rustup component add clippy --toolchain stable-x86_64-apple-darwin export PATH=$HOME/.cargo/bin:$PATH fi rustup update