Skip to content

Commit e00c5a9

Browse files
committed
ci(test): fix toolchain installation in lint job
1 parent 677a543 commit e00c5a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
- name: Setup Rust
4343
if: ${{ steps.cache_build.outputs.cache-hit != 'true' }}
4444
uses: dtolnay/rust-toolchain@stable
45+
with:
46+
components: clippy,rustfmt
4547
- name: Setup `cargo-binstall` and `taplo`
4648
uses: taiki-e/install-action@v2
4749
with:

0 commit comments

Comments
 (0)