File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 libasound2-dev
49+ before-script-linux : yum update -y && yum install --skip-broken - y libasound2-dev libasound2
5050 manylinux : auto
5151 - name : Upload wheels
5252 uses : actions/upload-artifact@v4
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 libasound2-dev
83+ # before-script-linux: yum update -y && yum install --skip-broken - y libasound2-dev libasound2
8484 # manylinux: musllinux_1_2
8585 # - name: Upload wheels
8686 # uses: actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments