mirror of https://github.com/ikatson/rqbit
try add clippy as component
This commit is contained in:
parent
50be04fed8
commit
1d2b2d5105
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue