Skip to content

Commit e40dab4

Browse files
committed
Fix rustup component install in workflow
1 parent 2b58383 commit e40dab4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Install Rust toolchain
2828
run: |
29-
rustup toolchain install stable --profile minimal --component clippy rustfmt
29+
rustup toolchain install stable --profile minimal --component clippy,rustfmt
3030
rustup default stable
3131
3232
- name: Check formatting

0 commit comments

Comments
 (0)