Skip to content

Commit e79a72e

Browse files
authored
Update CI.yml
1 parent 488603e commit e79a72e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ jobs:
3838
args: --release --out dist --find-interpreter -Z build-std=std,panic_abort
3939
sccache: 'true'
4040
manylinux: auto
41-
before-script-linux: rustup component add rust-src --toolchain nightly
41+
before-script-linux: |
42+
rustup component add rustfmt
43+
rustup component add rust-src --toolchain nightly
4244
- name: Upload wheels
4345
uses: actions/upload-artifact@v4
4446
with:
@@ -61,6 +63,7 @@ jobs:
6163
run: |
6264
rustup toolchain install nightly
6365
rustup component add rust-src --toolchain nightly
66+
rustup component add rustfmt --toolchain nightly
6467
- name: Build wheels
6568
uses: PyO3/maturin-action@v1
6669
with:

0 commit comments

Comments
 (0)