From ce771903e5ee2168bffef36eab947e33e0b6fff4 Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Thu, 3 Oct 2019 04:46:49 +1300 Subject: [PATCH] Trying to fix Azure Pipelines --- .azure/azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.azure/azure-pipelines.yml b/.azure/azure-pipelines.yml index 851259b43e..99b034568c 100644 --- a/.azure/azure-pipelines.yml +++ b/.azure/azure-pipelines.yml @@ -18,6 +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 rustc -Vv echo "##vso[task.prependpath]$HOME/.cargo/bin" rustup component add rustfmt --toolchain `cat rust-toolchain`