Skip to content

Commit 35a2252

Browse files
committed
Python workflow: install different alsa dep
1 parent 662e16c commit 35a2252

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
target: ${{ matrix.platform.target }}
4747
args: --release --out dist --find-interpreter --manifest-path python/Cargo.toml
4848
sccache: "true"
49-
before-script-linux: yum update -y && yum install --skip-broken -y libasound2-dev libasound2
49+
before-script-linux: yum update -y && yum install -y alsa-utils alsa-lib
5050
manylinux: auto
5151
- name: Upload wheels
5252
uses: actions/upload-artifact@v4
@@ -80,7 +80,7 @@ jobs:
8080
# target: ${{ matrix.platform.target }}
8181
# args: --release --out dist --find-interpreter --manifest-path python/Cargo.toml
8282
# sccache: "true"
83-
# before-script-linux: yum update -y && yum install --skip-broken -y libasound2-dev libasound2
83+
# before-script-linux: yum update -y && yum install -y alsa-utils alsa-lib
8484
# manylinux: musllinux_1_2
8585
# - name: Upload wheels
8686
# uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)