From 27bff35c79e29ce29cc044795e8bc272cba666c2 Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Fri, 24 Apr 2020 07:21:27 +1200 Subject: [PATCH] Update azure-pipelines.yml --- .azure/azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.azure/azure-pipelines.yml b/.azure/azure-pipelines.yml index 3be9f9d1e0..b490d597a1 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" + echo "Installing clippy" rustup component add clippy --toolchain stable-x86_64-apple-darwin export PATH=$HOME/.cargo/bin:$PATH fi