From 871289b3e7edee4a4fbe481f38e444dc6b60819a Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Thu, 15 Oct 2020 06:30:20 +0900 Subject: ci: run clippy on MSRV (#2962) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b6a939ce..d2bcc47d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 -- cgit v1.2.3