Skip to content

Commit

Permalink
audio_thread_priority requires libdbus-1-dev installed
Browse files Browse the repository at this point in the history
  • Loading branch information
orottier committed Jun 4, 2024
1 parent 6d7a1a0 commit a813250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Install ALSA and Jack dependencies
run: |
sudo apt-get update && sudo apt-get install -y libasound2-dev libjack-jackd2-dev
sudo apt-get update && sudo apt-get install -y libasound2-dev libjack-jackd2-dev libdbus-1-dev
- name: Check out repository
uses: actions/checkout@v4
Expand Down

0 comments on commit a813250

Please sign in to comment.