diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 5e7053a..b4c889e 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -27,10 +27,6 @@ stages: echo "##vso[task.setvariable variable=PATH;]$PATH:$HOME/.cargo/bin" displayName: Install rust condition: ne( variables['Agent.OS'], 'Windows_NT' ) - - script: | - sudo apt-get install -y xorg-dev libxcb-xfixes0-dev libxcb-shape0-dev libgtk-3-dev - condition: eq( variables['Agent.OS'], 'Linux' ) - displayName: Install build dependencies - script: | curl -sSf -o rustup-init.exe https://win.rustup.rs rustup-init.exe -y --default-toolchain %RUSTUP_TOOLCHAIN% --default-host x86_64-pc-windows-msvc