We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e64650a commit 82ffc8aCopy full SHA for 82ffc8a
.github/workflows/build.yml
@@ -41,7 +41,7 @@ jobs:
41
submodules: recursive
42
43
- name: Install Rust
44
- run: rustup toolchain install ${{ matrix.rust }} --profile minimal --component rustfmt clippy
+ run: rustup toolchain install ${{ matrix.rust }} --profile minimal --component rustfmt,clippy
45
46
- name: Check format
47
shell: bash
0 commit comments