forked from auracaster/pyalsaaudio
ci: install ALSA headers
This commit is contained in:
committed by
Lars Immisch
parent
e3e51cc34d
commit
5eed8adfe5
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user