Skip to content

Commit

Permalink
ci: install pulseaudio and jack servers
Browse files Browse the repository at this point in the history
  • Loading branch information
alichraghi committed Dec 18, 2022
1 parent c059c2a commit 2826e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
sudo add-apt-repository -y ppa:kisak/kisak-mesa
sudo apt-get update
sudo apt-get install mesa-utils mesa-utils-extra mesa-va-drivers mesa-vdpau-drivers mesa-vulkan-drivers xvfb
sudo apt-get install mesa-utils mesa-utils-extra mesa-va-drivers mesa-vdpau-drivers mesa-vulkan-drivers xvfb pulseaudio jackd
zig build test
wasm32-freestanding:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2826e5b

Please sign in to comment.