diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index a333e3ccf..36b80a695 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -36,7 +36,7 @@ jobs: # Install Nazara dependencies - name: Install system dependencies run: | - sudo apt-get install libsndfile1-dev libfreetype6-dev libsdl2-dev mesa-common-dev libxcb-ewmh-dev libxcb-randr0-dev libxcb-icccm4-dev libxcb-keysyms1-dev libglx-mesa0 mesa-vulkan-drivers pulseaudio git gcovr -y + sudo apt-get install libsndfile1-dev libfreetype6-dev libsdl2-dev mesa-common-dev libxcb-ewmh-dev libxcb-randr0-dev libxcb-icccm4-dev libxcb-keysyms1-dev libglx-mesa0 mesa-vulkan-drivers alsa-utils pulseaudio git gcovr -y # Setup dummy audio device - name: Enable snd-dummy