mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
Install clippy on CI
This commit is contained in:
committed by
Josh Groves
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 }}
|
||||
|
||||
Reference in New Issue
Block a user