Skip to content

Commit d33f7b9

Browse files
committed
Why suggest to install alsa when it does not exist
1 parent cedac36 commit d33f7b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yaml

Lines changed: 1 addition & 1 deletion
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 alsa alsa-dev alsa-utils alsa-lib
49+
before-script-linux: yum update -y && yum install -y alsa-dev alsa-utils alsa-lib
5050
manylinux: auto
5151
- name: Upload wheels
5252
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)