Skip to content

Commit

Permalink
workflows: Add Pulseaudio to Github build tests
Browse files Browse the repository at this point in the history
As Pulseaudio is not currently build on
Github build build. Add it at least for CMake
  • Loading branch information
illuusio committed Oct 30, 2023
1 parent 24c8d57 commit d2533fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: "[Ubuntu] install dependencies"
run: |
sudo apt-get update
sudo apt-get install libasound2-dev ${{ matrix.dependencies_extras }}
sudo apt-get install libasound2-dev libpulse-dev ${{ matrix.dependencies_extras }}
if: matrix.os == 'ubuntu-latest'
- name: "[macOS] install dependencies"
# https://github.com/PortAudio/portaudio/issues/767
Expand Down

0 comments on commit d2533fe

Please sign in to comment.