File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ jobs:
12
12
run-tests :
13
13
runs-on : ubuntu-latest
14
14
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
16
16
- uses : actions/checkout@v2
17
17
- run : cargo test
18
18
19
19
linux-x86_64 :
20
20
runs-on : ubuntu-latest
21
21
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
23
23
- uses : actions/checkout@v2
24
24
- run : cd linux && ./build.py $RELEASE
25
25
- uses : actions/upload-artifact@v2
You can’t perform that action at this time.
0 commit comments