added libasound2
Build and publish / build (push) Failing after 9s

This commit is contained in:
Lino Silva
2026-03-20 12:22:19 +00:00
parent 1feab44ee4
commit a9122ecab1
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
image: ghcr.io/catthehacker/ubuntu:act-latest image: ghcr.io/catthehacker/ubuntu:act-latest
steps: steps:
- run: apt update - run: apt update
- run: apt install -y libatk1.0-0 libatk-bridge2.0-0 libgdk-pixbuf2.0-0 libgtk-3-0 libgbm-dev libnss3-dev libxss-dev - run: apt install -y libatk1.0-0 libatk-bridge2.0-0 libasound2 libgdk-pixbuf2.0-0 libgtk-3-0 libgbm-dev libnss3-dev libxss-dev
name: Prepare environment name: Prepare environment
- uses: https://github.com/actions/checkout@v4 - uses: https://github.com/actions/checkout@v4
- name: Use Node.js - name: Use Node.js