Skip to content

Commit 49fe687

Browse files
authored
Add libhidapi-dev to dependencies for github Linux build
1 parent 577bd03 commit 49fe687

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/makefile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
bin: shift_tool
2222
name: shift_tool-Linux-x86_64.tar.gz
2323
command: build
24-
dependencies_command: sudo apt install -y libudev-dev curl
24+
dependencies_command: sudo apt install -y libudev-dev curl libhidapi-dev
2525

2626
- release_for: Windows-x86_64
2727
os: windows-latest

0 commit comments

Comments
 (0)