Skip to content

Commit

Permalink
Python workflow: do not install pkg-config on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
orottier committed Jun 12, 2024
1 parent aa4a916 commit 3d53e20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
target: ${{ matrix.platform.target }}
args: --release --out dist --find-interpreter --manifest-path python/Cargo.toml
sccache: "true"
before-script-linux: yum update -y && yum install -y pkg-config libasound2-dev
before-script-linux: yum update -y && yum install -y libasound2-dev
manylinux: auto
- name: Upload wheels
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
# target: ${{ matrix.platform.target }}
# args: --release --out dist --find-interpreter --manifest-path python/Cargo.toml
# sccache: "true"
# before-script-linux: yum update && yum install -y pkg-config libasound2-dev
# before-script-linux: yum update && yum install -y libasound2-dev
# manylinux: musllinux_1_2
# - name: Upload wheels
# uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 3d53e20

Please sign in to comment.