From 1be5410c29e381674b9a73ff44b810297746ac9d Mon Sep 17 00:00:00 2001 From: dev0 Date: Fri, 27 Sep 2024 22:39:12 +1000 Subject: [PATCH] older toolchian --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9a85e862..1b6884bf1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -201,7 +201,7 @@ jobs: - uses: dtolnay/rust-toolchain@master with: - toolchain: ${{ matrix.toolchain || 'nightly' }} + toolchain: ${{ matrix.toolchain || 'nightly-2024-09-20' }} # until https://github.com/rust-lang/rust-clippy/issues/13457 target: ${{ matrix.target }} components: ${{ matrix.components || 'rustfmt, clippy' }}