diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8564cbb77d..83f1967a2b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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