Skip to content

Commit 4391677

Browse files
authored
Update rust.yml
Fixed rustfmt toolchain in CI
1 parent 37b80e8 commit 4391677

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
rustup install nightly
2323
rustup override set nightly
2424
rustup component add clippy --toolchain nightly-x86_64-unknown-linux-gnu
25+
rustup component add rustfmt --toolchain nightly-x86_64-unknown-linux-gnu
2526
2627
- name: Toolchain info
2728
run: |

0 commit comments

Comments
 (0)