Skip to content

Commit

Permalink
remove unused build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Jens Getreu committed Jul 19, 2020
1 parent 2560d8c commit f043e32
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f043e32

Please sign in to comment.