Add pulseaudio stuff

add pulseaudio stuff
This commit is contained in:
lwvmobile 2022-02-08 00:46:49 -05:00 committed by GitHub
parent 4c8f0f3c50
commit 4b81636947
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-add-repository ppa:szechyjs/dsd
sudo apt-get install -y libmbe-dev libsndfile1-dev libitpp-dev portaudio19-dev libncurses5 libncurses5-dev
sudo apt-get install -y libmbe-dev libsndfile1-dev libitpp-dev portaudio19-dev libncurses5 libncurses5-dev pulseaudio pulseaudio-utils libpulse-dev libpulse-dev
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL