Skip to content

Commit

Permalink
Python workflow: install different alsa dep
Browse files Browse the repository at this point in the history
  • Loading branch information
orottier committed Jun 12, 2024
1 parent 407e37a commit 1898c2f
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 --skip-broken -y libasound2-dev libasound2
before-script-linux: yum update -y && yum install -y alsa-utils alsa-lib
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 -y && yum install --skip-broken -y libasound2-dev libasound2
# before-script-linux: yum update -y && yum install -y alsa-utils alsa-lib
# manylinux: musllinux_1_2
# - name: Upload wheels
# uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 1898c2f

Please sign in to comment.