Skip to content

Commit 662e16c

Browse files
committed
Python workflow: force install any alsa
1 parent cb07a5f commit 662e16c

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 -y libasound2-dev
49+
before-script-linux: yum update -y && yum install --skip-broken -y libasound2-dev libasound2
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 && yum install -y libasound2-dev
83+
# before-script-linux: yum update -y && yum install --skip-broken -y libasound2-dev libasound2
8484
# manylinux: musllinux_1_2
8585
# - name: Upload wheels
8686
# uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)