mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
Install clippy on CI
This commit is contained in:
parent
5c172dd475
commit
84cb39ee73
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -60,5 +60,8 @@ jobs:
|
||||
toolchain: nightly
|
||||
override: true
|
||||
- uses: actions/checkout@v2
|
||||
- if: contains(matrix.build_command, 'clippy')
|
||||
run: rustup component add clippy
|
||||
- uses: actions/checkout@v2
|
||||
- name: cargo check
|
||||
run: ${{ matrix.build_command }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user