Skip to content

Commit 16b6103

Browse files
committed
change ci.yml
1 parent 954195e commit 16b6103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ jobs:
3535
- uses: actions-rs/toolchain@v1
3636
with:
3737
profile: minimal
38+
components: rustfmt
3839
toolchain: stable
3940
override: true
4041
- uses: Swatinem/rust-cache@v1
41-
- run: rustup component add rustfmt
4242
- uses: actions-rs/cargo@v1
4343
with:
4444
command: fmt

0 commit comments

Comments
 (0)