Skip to content

Commit a553d0a

Browse files
authored
ci: fix CI by installing clippy and rustfmt (#78)
1 parent 5f9b60c commit a553d0a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- uses: dtolnay/rust-toolchain@v1
2727
with:
2828
toolchain: ${{ matrix.rust_version }}
29+
components: ${{ matrix.rust_version == 'stable' && 'clippy,rustfmt' || '' }}
2930

3031
- run: cargo update
3132
if: ${{ matrix.rust_version == 'stable' || matrix.rust_version == 'beta' }}

0 commit comments

Comments
 (0)