Update azure-pipelines.yml

pull/691/head
Alexander Medvednikov 2019-06-26 23:00:08 +02:00 committed by GitHub
parent 821c5934cc
commit c7e2c4a353
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ jobs:
displayName: "V Linux Build"
steps:
- script: |
sudo apt install libglfw3 libglfw3-dev libfreetype6-dev libcurl3-dev
sudo apt install -y libglfw3 libglfw3-dev libfreetype6-dev libcurl3-dev
displayName: 'Install Dependencies'
- script: |
cd compiler && make