diff --git a/build/azure-pipelines/product-compile.yml b/build/azure-pipelines/product-compile.yml index 295d4545925f83034770927572bfef1a3b2e147e..e34c2c9e8c0591209c828adbf63d30099e0d1b6a 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'))