We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f9b60c commit a553d0aCopy full SHA for a553d0a
1 file changed
.github/workflows/ci.yml
@@ -26,6 +26,7 @@ jobs:
26
- uses: dtolnay/rust-toolchain@v1
27
with:
28
toolchain: ${{ matrix.rust_version }}
29
+ components: ${{ matrix.rust_version == 'stable' && 'clippy,rustfmt' || '' }}
30
31
- run: cargo update
32
if: ${{ matrix.rust_version == 'stable' || matrix.rust_version == 'beta' }}
0 commit comments