From b29568ca729289d5767c67e43fac560bd22c0b38 Mon Sep 17 00:00:00 2001 From: Alessandro Gario Date: Thu, 25 Jul 2019 17:35:46 +0200 Subject: [PATCH] Azure/Linux: Update dependencies --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 05fabadce7f..5c59ce92e3f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -29,7 +29,7 @@ jobs: steps: # Temporary; this could be embedded in the Docker image, with the # rest of the dependencies - - script: sudo apt-get update && sudo apt-get install flex bison -y + - script: sudo apt-get update && sudo apt-get install flex bison gcc -y displayName: "Installing Flex and Bison" - script: mkdir $(Build.BinariesDirectory)/build