ghactions: Added libhidapi dependency installation.
This commit is contained in:
parent
501fd09228
commit
4b92415442
|
@ -32,7 +32,7 @@ jobs:
|
|||
run: make clean
|
||||
|
||||
- name: Install BMP PC hosted dependencies
|
||||
run: sudo apt-get -y install libftdi1-dev
|
||||
run: sudo apt-get -y install libftdi1-dev libhidapi-dev
|
||||
|
||||
- name: Build PC hosted binary
|
||||
run: make PROBE_HOST=hosted
|
||||
|
|
Loading…
Reference in New Issue