We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9716a52 commit 594c75fCopy full SHA for 594c75f
.github/workflows/fmt-and-lint.yml
@@ -18,7 +18,7 @@ jobs:
18
19
- name: Install toolchain
20
run: |
21
- rustup toolchain install nightly-2023-06-01 --no-self-update --profile=minimal --component rustfmt clippy
+ rustup toolchain install nightly-2023-06-01 --no-self-update --profile=minimal --component rustfmt,clippy
22
rustup default nightly-2023-06-01
23
24
- name: Install build deps
0 commit comments