Skip to content

Commit

Permalink
github: Install libusb, libudev
Browse files Browse the repository at this point in the history
This workaround may be reverted later

Signed-off-by: Philippe Coval <[email protected]>
Change-Id: Id9949749da5fb4c1febf6f351e9c74400d66d64c
  • Loading branch information
rzr committed Nov 4, 2020
1 parent 5707acc commit 7b9cfd0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install system dependencies
run: |
sudo apt -qq update
sudo apt install -y libusb-1.0-0-dev libudev-dev
- run: npm ci
- run: npm run build --if-present
- run: npm test
Expand Down

0 comments on commit 7b9cfd0

Please sign in to comment.