mirror of
https://github.com/neutrinolabs/pulseaudio-module-xrdp.git
synced 2025-06-03 06:30:16 +00:00
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:
parent
c942f6f4ae
commit
1f86d2d58d
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user