misc: Added the libusb-dev BMDA to the GHA main build workflow
This commit is contained in:
parent
1b8e522e87
commit
dcf9b1fc09
|
@ -25,7 +25,7 @@ jobs:
|
||||||
- uses: numworks/setup-arm-toolchain@2020-q4
|
- uses: numworks/setup-arm-toolchain@2020-q4
|
||||||
|
|
||||||
- name: Install BMDA dependencies
|
- 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
|
||||||
|
|
||||||
# Runs a single command using the runners shell
|
# Runs a single command using the runners shell
|
||||||
- name: Build all platform firmwares and Linux BMDA
|
- name: Build all platform firmwares and Linux BMDA
|
||||||
|
|
Loading…
Reference in New Issue