diff --git a/.azure/azure-pipelines.yml b/.azure/azure-pipelines.yml index 851259b43e..e1f9b93681 100644 --- a/.azure/azure-pipelines.yml +++ b/.azure/azure-pipelines.yml @@ -16,6 +16,10 @@ pool: steps: - bash: | set -e + if [ -e /etc/debian_version ] + then + 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 `cat rust-toolchain` export PATH=$HOME/.cargo/bin:$PATH rustc -Vv