From 407e37a6b636d4c1cfb6a42a8db776a7fa8aa5f9 Mon Sep 17 00:00:00 2001 From: Otto Date: Wed, 12 Jun 2024 17:06:54 +0200 Subject: [PATCH] Python workflow: force install any alsa --- .github/workflows/python.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python.yaml b/.github/workflows/python.yaml index ea9b10b9..a615336d 100644 --- a/.github/workflows/python.yaml +++ b/.github/workflows/python.yaml @@ -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 libasound2-dev + before-script-linux: yum update -y && yum install --skip-broken -y libasound2-dev libasound2 manylinux: auto - name: Upload wheels uses: actions/upload-artifact@v4 @@ -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 libasound2-dev + # before-script-linux: yum update -y && yum install --skip-broken -y libasound2-dev libasound2 # manylinux: musllinux_1_2 # - name: Upload wheels # uses: actions/upload-artifact@v4