1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

Update azure-pipelines.yml

This commit is contained in:
Alexander Medvednikov
2019-06-26 21:24:27 +02:00
committed by GitHub
parent 2de24de948
commit 876715dd2a

View File

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