diff --git a/build/azure-pipelines/product-compile.yml b/build/azure-pipelines/product-compile.yml index e34c2c9e8c0591209c828adbf63d30099e0d1b6a..096d9a635a2dfb9be681ce14c5aabfe2143126ea 100644 --- a/build/azure-pipelines/product-compile.yml +++ b/build/azure-pipelines/product-compile.yml @@ -58,7 +58,7 @@ steps: - script: | set -e sudo apt update -y - sudo apt install -y build-essential pkg-config + sudo apt install -y build-essential pkg-config libx11-dev libx11-xcb-dev libxkbfile-dev libsecret-1-dev libnotify-bin displayName: Install build tools condition: and(succeeded(), ne(variables.NODE_MODULES_RESTORED, 'true'))