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