CI: Enable dummy audio device

This commit is contained in:
Jérôme Leclercq 2022-02-18 20:16:25 +01:00
parent 42c80143eb
commit 2c75a9865f
1 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,10 @@ jobs:
run: | 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 pulseaudio git gcovr -y
# Setup dummy audio device
- name: Enable snd-dummy
run: sudo modprobe snd-dummy
# Force xmake to a specific folder (for cache) # Force xmake to a specific folder (for cache)
- name: Set xmake env - name: Set xmake env
run: echo "XMAKE_GLOBALDIR=${{ runner.workspace }}/xmake-global" >> $GITHUB_ENV run: echo "XMAKE_GLOBALDIR=${{ runner.workspace }}/xmake-global" >> $GITHUB_ENV