From ab391c55a95cd8056a5c9bcbd5095838e0619cc2 Mon Sep 17 00:00:00 2001 From: Aleksey Date: Fri, 6 Feb 2026 12:04:48 +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 ae381bb..164bf17 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,6 +37,6 @@ 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 rustfmt - run: cargo fmt --all -- --check