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 @@ -31,10 +31,10 @@ jobs:
3131 target : aarch64
3232 - runner : ubuntu-latest
3333 target : armv7
34- - runner : ubuntu-latest
35- target : s390x
36- - runner : ubuntu-latest
37- target : ppc64le
34+ # - runner: ubuntu-latest
35+ # target: s390x
36+ # - runner: ubuntu-latest
37+ # target: ppc64le
3838 steps :
3939 - uses : actions/checkout@v4
4040 - uses : actions/setup-python@v5
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 && yum install -y pkg-config libasound2-dev
49+ before-script-linux : yum update -y && yum install -y pkg-config libasound2-dev
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