ci: run clippy on MSRV (#2962)

This commit is contained in:
Taiki Endo
2020-10-15 06:30:20 +09:00
committed by GitHub
parent 30b40ef518
commit 871289b3e7
+1 -1
View File
@@ -196,7 +196,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install Rust
run: rustup update stable
run: rustup update ${{ env.minrust }} && rustup default ${{ env.minrust }}
- name: Install clippy
run: rustup component add clippy