Skip to content

Commit

Permalink
actually install udev
Browse files Browse the repository at this point in the history
  • Loading branch information
shlokamin committed Apr 17, 2024
1 parent 86e1d47 commit 7a8246c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/components-test-build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ jobs:
with:
node-version: '18.19.0'
registry-url: 'https://registry.npmjs.org'
- name: 'install udev for usb-detection'
run: sudo apt-get update && sudo apt-get install libudev-dev
- name: 'setup-js'
run: |
npm config set cache ./.npm-cache
Expand Down

0 comments on commit 7a8246c

Please sign in to comment.