File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ jobs:
2727 target : x86_64
2828 - runner : ubuntu-latest
2929 target : x86
30- - runner : ubuntu-latest
31- target : aarch64
32- - runner : ubuntu-latest
33- target : armv7
30+ # - runner: ubuntu-latest
31+ # target: aarch64
32+ # - runner: ubuntu-latest
33+ # target: armv7
3434 # - runner: ubuntu-latest
3535 # target: s390x
3636 # - runner: ubuntu-latest
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 alsa-utils alsa-lib
49+ before-script-linux : yum update -y && yum install -y alsa alsa-dev alsa -utils alsa-lib
5050 manylinux : auto
5151 - name : Upload wheels
5252 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments