From f16fef26feceaff82baff713d7530009126646bb Mon Sep 17 00:00:00 2001 From: Aleksey Date: Fri, 6 Feb 2026 12:04:38 +0100 Subject: [PATCH] Update .github/workflows/ci.yml Co-authored-by: osmaczko <33099791+osmaczko@users.noreply.github.com> --- .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 76c41d1..ae381bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - run: rustup update stable && rustup default stable + - run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }} - run: rustup component add clippy - run: cargo clippy --all-targets --all-features -- -D warnings