We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d83792 commit 73da3d5Copy full SHA for 73da3d5
1 file changed
.github/workflows/ci.yml
@@ -17,7 +17,9 @@ jobs:
17
18
- name: Install Rust toolchain
19
run: |
20
- rustup toolchain install stable --profile minimal --component rustfmt clippy
+ rustup toolchain install stable --profile minimal \
21
+ --component rustfmt \
22
+ --component clippy
23
rustup default stable
24
25
- name: Run tests
0 commit comments