diff --git a/.azure/azure-pipelines.yml b/.azure/azure-pipelines.yml index 7dfae570a5..f4c24325e3 100644 --- a/.azure/azure-pipelines.yml +++ b/.azure/azure-pipelines.yml @@ -36,8 +36,8 @@ steps: sudo apt-get -y install libxcb-composite0-dev libx11-dev fi curl https://sh.rustup.rs -sSf | sh -s -- -y --no-modify-path --default-toolchain "stable" - rustup update export PATH=$HOME/.cargo/bin:$PATH + rustup update rustc -Vv echo "##vso[task.prependpath]$HOME/.cargo/bin" rustup component add rustfmt --toolchain "stable"