Skip to content

Commit

Permalink
ci: run clippy on MSRV (#2962)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Oct 14, 2020
1 parent 30b40ef commit 871289b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -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

Expand Down

0 comments on commit 871289b

Please sign in to comment.