Skip to content

Commit

Permalink
fix: install libudev
Browse files Browse the repository at this point in the history
  • Loading branch information
katat committed Feb 1, 2021
1 parent ef7aa9a commit 3f6c988
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3f6c988

Please sign in to comment.