try add clippy as component

This commit is contained in:
yggverse 2025-10-14 19:02:21 +03:00
parent 50be04fed8
commit 1d2b2d5105
1 changed files with 2 additions and 2 deletions

View File

@ -18,13 +18,13 @@ jobs:
steps:
- name: rustup toolchain install ${{ matrix.rust_version }}
run: |
rustup toolchain install ${{ matrix.rust_version }} clippy
rustup toolchain install ${{ matrix.rust_version }}
- uses: actions/checkout@v4
- run: rustup override set ${{ matrix.rust_version }}
- run: rustup component add rustfmt
- run: rustup component add rustfmt clippy
- name: cargo check
run: cargo check