From a3cd17fd70031549fcf891208c4bd29914b72421 Mon Sep 17 00:00:00 2001 From: Matt Huszagh Date: Mon, 4 Jan 2021 16:37:46 -0800 Subject: [PATCH] pin clippy to stable --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d0ea705..e8e0e4e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,7 @@ jobs: - uses: actions-rs/clippy-check@v1 continue-on-error: true with: + toolchain: stable token: ${{ secrets.GITHUB_TOKEN }} compile: