From 3f6c988b1bf8c5d705d879c4050fdea14206198c Mon Sep 17 00:00:00 2001 From: kata Date: Mon, 1 Feb 2021 17:31:57 +0800 Subject: [PATCH] fix: install libudev --- azure-pipelines.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6299409b74..fbaa904ff2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -55,6 +55,9 @@ stages: inputs: versionSpec: $(node_version) displayName: 'Install Node.js' + - script: | + sudo apt-get install build-essential libudev-dev + displayName: 'Install libudev' - script: | yarn global add lerna yarn bootstrap @@ -134,6 +137,9 @@ stages: inputs: versionSpec: 12.x displayName: 'Install Node.js' + - script: | + sudo apt-get install build-essential libudev-dev + displayName: 'Install libudev' - script: | yarn global add lerna yarn bootstrap