ghactions: Added libhidapi dependency installation.

This commit is contained in:
Piotr Esden-Tempski 2022-03-14 23:01:32 -07:00
parent 501fd09228
commit 4b92415442
1 changed files with 1 additions and 1 deletions

View File

@ -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