Add CI dependency for building pulseaudio module

Need libltdl-dev for ltdl.h

This has been checked back to ubuntu16.04
This commit is contained in:
matt335672 2025-01-03 16:32:50 +00:00
parent c942f6f4ae
commit 1f86d2d58d

View File

@ -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