Fix GitHub Actions: install clippy manually

This commit is contained in:
moznion
2020-12-12 02:54:07 +09:00
parent 7910542618
commit b959883872

View File

@@ -14,6 +14,8 @@ jobs:
with:
rust-version: ${{ matrix.rust }}
- uses: actions/checkout@v2
- name: install clippy
run: rustup component add clippy
- name: Run checks
run: make check