From b0a4475f97bd876bc9984843954d02352e69e315 Mon Sep 17 00:00:00 2001 From: dragonmux Date: Wed, 20 Dec 2023 18:43:38 +0000 Subject: [PATCH] github: Updated the PR workflow for BMDA's inclusion in the Meson build system --- .github/workflows/build-pr.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index 307ea55f565..edacc923da1 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -277,6 +277,10 @@ jobs: sudo python3 -m pip install meson ninja working-directory: ${{ runner.temp }} + # Install BMDA's deps (libftdi1, hidapi-hidraw) + - name: Install BMDA dependencies + run: sudo apt-get -y install libftdi1-dev libhidapi-dev + # Record the versions of all the tools used in the build - name: Version tools run: |