From bd13f6bdd9d9494790147539c974b16ba20c141d Mon Sep 17 00:00:00 2001 From: Nil Goyette Date: Mon, 22 Jul 2024 21:12:14 -0400 Subject: [PATCH] Use the stable toolchain to run clippy --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a8194f8ee..81eb99513 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: strategy: matrix: rust: - - beta + - stable name: clippy/${{ matrix.rust }} steps: - uses: actions/checkout@v4