Skip to content

Commit

Permalink
Fix audio in test build
Browse files Browse the repository at this point in the history
  • Loading branch information
y-richie-y committed Jul 16, 2024
1 parent 8ded97c commit 2f6c0ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
- name: Setup Audio
run: sudo apt-get install -y pulseaudio
- name: Setup QtLibs
uses: # See https://pytest-qt.readthedocs.io/en/latest/troubleshooting.html#github-actions
tlambert03/setup-qt-libs@v1
Expand Down

0 comments on commit 2f6c0ab

Please sign in to comment.