Skip to content

Commit 73da3d5

Browse files
committed
ci: fix rustup component flags
1 parent 1d83792 commit 73da3d5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717

1818
- name: Install Rust toolchain
1919
run: |
20-
rustup toolchain install stable --profile minimal --component rustfmt clippy
20+
rustup toolchain install stable --profile minimal \
21+
--component rustfmt \
22+
--component clippy
2123
rustup default stable
2224
2325
- name: Run tests

0 commit comments

Comments
 (0)