Skip to content

Commit 9c3a774

Browse files
committed
Fix libasound2 package name for Ubuntu 24.04 runners
1 parent 7aa299f commit 9c3a774

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/render-video.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,10 @@ jobs:
4646
sudo apt-get install -y \
4747
libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 \
4848
libxcomposite1 libxdamage1 libxrandr2 libgbm1 \
49-
libpango-1.0-0 libcairo2 libasound2 libxshmfence1 \
49+
libpango-1.0-0 libcairo2 libxshmfence1 \
5050
fonts-noto fonts-liberation ffmpeg
51+
# libasound2 renamed to libasound2t64 on Ubuntu 24.04+
52+
sudo apt-get install -y libasound2t64 || sudo apt-get install -y libasound2
5153
5254
- name: Install dependencies
5355
working-directory: video

0 commit comments

Comments
 (0)