Skip to content

Commit

Permalink
ci: try fixing ALSA errors on ubuntu-latest take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
larpon committed Mar 2, 2024
1 parent aba327f commit b279b10
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci_visual_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,11 @@ jobs:
# openimageio-tools : idiff
# libgl1-mesa-dri : For headless rendering / software DRI driver (LIBGL_ALWAYS_SOFTWARE=true)
# freeglut3-dev : Fixes graphic apps compilation with tcc
# alsa-utils : Fixes `ALSA lib confmisc.c:855:(parse_card) cannot find card '0'` errors on newer ubuntu-images
sudo apt-get install imagemagick openimageio-tools freeglut3-dev libgl1-mesa-dri xvfb alsa-utils
sudo apt-get install imagemagick openimageio-tools freeglut3-dev libgl1-mesa-dri xvfb
# Fix for some ubuntu error : Fixes `ALSA lib confmisc.c:855:(parse_card) cannot find card '0'` errors on newer ubuntu-images
sudo touch /usr/share/pipewire/media-session.d/with-pulseaudio
systemctl --user restart pipewire-session-manager
# Get imgur upload script
wget https://raw.githubusercontent.com/tremby/imgur.sh/c98345d/imgur.sh
Expand Down

0 comments on commit b279b10

Please sign in to comment.