From a96a29b753576dbf7f2865afe9ef8f53f03fadba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moreno?= Date: Tue, 5 Jan 2021 12:05:34 +0100 Subject: [PATCH] pkg-config --- build/azure-pipelines/product-compile.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build/azure-pipelines/product-compile.yml b/build/azure-pipelines/product-compile.yml index 295d4545925..e34c2c9e8c0 100644 --- a/build/azure-pipelines/product-compile.yml +++ b/build/azure-pipelines/product-compile.yml @@ -57,8 +57,9 @@ steps: - script: | set -e - sudo apt update - sudo apt install -y build-essential + sudo apt update -y + sudo apt install -y build-essential pkg-config + displayName: Install build tools condition: and(succeeded(), ne(variables.NODE_MODULES_RESTORED, 'true')) -- GitLab