We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 488603e commit e79a72eCopy full SHA for e79a72e
.github/workflows/CI.yml
@@ -38,7 +38,9 @@ jobs:
38
args: --release --out dist --find-interpreter -Z build-std=std,panic_abort
39
sccache: 'true'
40
manylinux: auto
41
- before-script-linux: rustup component add rust-src --toolchain nightly
+ before-script-linux: |
42
+ rustup component add rustfmt
43
+ rustup component add rust-src --toolchain nightly
44
- name: Upload wheels
45
uses: actions/upload-artifact@v4
46
with:
@@ -61,6 +63,7 @@ jobs:
61
63
run: |
62
64
rustup toolchain install nightly
65
rustup component add rust-src --toolchain nightly
66
+ rustup component add rustfmt --toolchain nightly
67
- name: Build wheels
68
uses: PyO3/maturin-action@v1
69
0 commit comments