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:
Piotr Esden-Tempski 2022-07-14 22:12:33 -07:00 committed by Rachel Mant
parent e19c2a7298
commit 7a52aa7645
1 changed files with 1 additions and 1 deletions

View File

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