ci: install ALSA headers

This commit is contained in:
Matteo Bernardini
2025-09-03 12:02:55 +08:00
committed by Lars Immisch
parent e3e51cc34d
commit 5eed8adfe5

View File

@@ -11,6 +11,8 @@ jobs:
- uses: actions/checkout@v5
- name: Install uv
uses: astral-sh/setup-uv@v6
- name: Install ALSA headers
run: sudo apt-get install libasound2-dev
- name: Build HTML documentation
run: make -C doc html
- name: Upload artifacts