CI: Enable dummy audio device
This commit is contained in:
parent
42c80143eb
commit
2c75a9865f
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue