Skip to content

Commit 772b9e6

Browse files
committed
test workflow
1 parent ae224aa commit 772b9e6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-next.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121
registry-url: 'https://registry.npmjs.org'
2222
- run: npm install -g npm
2323
- name: Install lsusb
24-
run: sudo apt-get install -y usbutils
24+
run: |
25+
sudo apt-get update
26+
sudo apt-get install -y libusb-1.0-0-dev
2527
- name: Package next
2628
run: ./scripts/package-next
2729

0 commit comments

Comments
 (0)