forked from auracaster/pyalsaaudio
ci: ensure alsa headers are installed
This commit is contained in:
committed by
Lars Immisch
parent
aac2843f73
commit
df8886dde1
@@ -46,9 +46,14 @@ ext-modules = [
|
||||
{ name = "alsaaudio", sources = ["src/alsaaudio.c"], libraries = ["asound"] }
|
||||
]
|
||||
|
||||
|
||||
[tool.cibuildwheel.linux]
|
||||
before-all = "yum install -y alsa-lib-devel"
|
||||
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"mypy>=1.17.1",
|
||||
"pyright>=1.1.403",
|
||||
"sphinx>=8.1.3",
|
||||
"mypy>=1.17.1",
|
||||
"pyright>=1.1.403",
|
||||
"sphinx>=8.1.3",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user