Skip to content

Commit

Permalink
github: Updated the PR workflow for BMDA's inclusion in the Meson bui…
Browse files Browse the repository at this point in the history
…ld system
  • Loading branch information
dragonmux committed Dec 20, 2023
1 parent 03ca253 commit b0a4475
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit b0a4475

Please sign in to comment.