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