Skip to content

Commit

Permalink
Fixed npm ci failure for node_modules/usb
Browse files Browse the repository at this point in the history
  • Loading branch information
surangap committed Jul 26, 2021
1 parent 0339725 commit 558a93d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
node-version: '15'
cache: 'npm'

- run: sudo apt-get update
- run: sudo apt-get install libudev-dev

- run: npm ci
- run: npm run build

Expand Down

0 comments on commit 558a93d

Please sign in to comment.