From 876715dd2a0a84dbffa355ce913ab6e92f9e2678 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Wed, 26 Jun 2019 21:24:27 +0200 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 467cd825d1..8564cbb77d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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