Skip to content

Commit

Permalink
Use pulseaudio during tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lordmauve committed Mar 2, 2021
1 parent 6a91aed commit db3e016
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
python-version: 3.7
- name: Install sound libraries
run: |
sudo apt-get install libsndfile1 libvorbis0a
sudo apt-get install libsndfile1 libvorbis0a pulseaudio
pulseaudio -D --start
- name: Install xvfb
run: |
sudo apt-get install xvfb
Expand Down

0 comments on commit db3e016

Please sign in to comment.