We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a9d1b6b + 73e9534 commit a97a531Copy full SHA for a97a531
.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