We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b58383 commit e40dab4Copy full SHA for e40dab4
1 file changed
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
27
- name: Install Rust toolchain
28
run: |
29
- rustup toolchain install stable --profile minimal --component clippy rustfmt
+ rustup toolchain install stable --profile minimal --component clippy,rustfmt
30
rustup default stable
31
32
- name: Check formatting
0 commit comments