Install clippy on CI

This commit is contained in:
Igor Shaposhnik 2020-04-24 02:25:46 +03:00 committed by Josh Groves
parent 5c172dd475
commit 84cb39ee73

View File

@ -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 }}