Skip to content

Commit

Permalink
Native/OpenAL Soft: Ensure that D-Bus libraries are installed in CI.
Browse files Browse the repository at this point in the history
This allows the build to pick them up and enable support.
  • Loading branch information
alexrp committed Apr 14, 2024
1 parent 303e850 commit fc18f2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/openal-soft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
for arch in amd64 arm64 armhf; do
sudo apt install -y libasound2-dev:$arch libpulse-dev:$arch libjack-dev:$arch libsoundio-dev:$arch
sudo apt install -y portaudio19-dev:$arch libsndfile1-dev:$arch libmysofa-dev:$arch qtbase5-dev:$arch
sudo apt install -y libdbus-1-dev:$arch
done
- os: windows-2022
name: Windows
Expand Down

0 comments on commit fc18f2c

Please sign in to comment.