Skip to content

Commit 3d53e20

Browse files
committed
Python workflow: do not install pkg-config on linux
1 parent aa4a916 commit 3d53e20

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

0 commit comments

Comments
 (0)