Skip to content

Commit

Permalink
Add CI dependency for building pulseaudio module
Browse files Browse the repository at this point in the history
Need libltdl-dev for ltdl.h

This has been checked back to ubuntu16.04
  • Loading branch information
matt335672 committed Jan 3, 2025
1 parent 81668f5 commit 4969321
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 @@ -54,7 +54,7 @@ jobs:
key: ${{ steps.os.outputs.image }}-build-${{ env.cache-name }}
- uses: actions/checkout@v3
- run: sudo apt-get update
- run: sudo apt-get -yq install build-essential libpulse-dev
- run: sudo apt-get -yq install build-essential libpulse-dev libltdl-dev
- run: ./bootstrap
- run: ./configure PULSE_DIR=~/pulseaudio.src
- run: make

0 comments on commit 4969321

Please sign in to comment.