Skip to content

Commit 3766c75

Browse files
committed
fix(ci): Install libudev-dev
1 parent 9d03874 commit 3766c75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ jobs:
1212
run-tests:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- run: sudo apt-get update && sudo apt-get install cargo libgtk-3-dev libhidapi-dev libusb-1.0-0-dev
15+
- run: sudo apt-get update && sudo apt-get install cargo libgtk-3-dev libhidapi-dev libudev-dev
1616
- uses: actions/checkout@v2
1717
- run: cargo test
1818

1919
linux-x86_64:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- run: sudo apt-get update && sudo apt-get install cargo libgtk-3-dev libhidapi-dev libusb-1.0-0-dev
22+
- run: sudo apt-get update && sudo apt-get install cargo libgtk-3-dev libhidapi-dev libudev-dev
2323
- uses: actions/checkout@v2
2424
- run: cd linux && ./build.py $RELEASE
2525
- uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)