ghactions: Added libusb-dev BMDA build dependency.
As we are now using pkg-config and testing for libusb we need the libusb-dev package on ubuntu that provides the needed `.pc` file.
This commit is contained in:
parent
e19c2a7298
commit
7a52aa7645
|
@ -32,7 +32,7 @@ jobs:
|
|||
run: make clean
|
||||
|
||||
- name: Install BMDA dependencies
|
||||
run: sudo apt-get -y install libftdi1-dev libhidapi-dev
|
||||
run: sudo apt-get -y install libusb-dev libftdi1-dev libhidapi-dev
|
||||
|
||||
- name: Build full BMDA binary
|
||||
run: make PROBE_HOST=hosted
|
||||
|
|
Loading…
Reference in New Issue