diff --git a/.azure/azure-pipelines.yml b/.azure/azure-pipelines.yml index 99b034568..13c8c8ec5 100644 --- a/.azure/azure-pipelines.yml +++ b/.azure/azure-pipelines.yml @@ -18,7 +18,7 @@ steps: set -e curl https://sh.rustup.rs -sSf | sh -s -- -y --no-modify-path --default-toolchain `cat rust-toolchain` export PATH=$HOME/.cargo/bin:$PATH - apt-get -y install libxcb-composite0-dev libx11-dev + sudo apt-get -y install libxcb-composite0-dev libx11-dev rustc -Vv echo "##vso[task.prependpath]$HOME/.cargo/bin" rustup component add rustfmt --toolchain `cat rust-toolchain`