Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit bd97455

Browse files
committed
Fix CI by running apt update
1 parent 9b4f438 commit bd97455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
node-version: "15"
1212

1313
- name: Install system dependencies
14-
run: sudo apt-get -y install libusb-1.0-0-dev libasound2-dev libudev-dev
14+
run: sudo apt update && sudo apt-get -y install libusb-1.0-0-dev libasound2-dev libudev-dev
1515

1616
- name: Install nodejs dependencies
1717
run: npm ci && npm run bootstrap

0 commit comments

Comments
 (0)