From b9006802354c3921a376d5d3cd9d95149d9cee6b Mon Sep 17 00:00:00 2001 From: Kristofers Solo Date: Thu, 25 Sep 2025 10:53:26 +0300 Subject: [PATCH] ci: change rust toolchain --- .github/workflows/ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 061a828..abe91a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,13 +16,12 @@ jobs: RUSTC_WRAPPER: "sccache" steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install Rust - uses: actions-rs/toolchain@v1 + uses: dtolnay/rust-toolchain@stable with: - profile: minimal toolchain: stable - override: true + components: clippy, rustfmt - name: Run sccache-cache uses: mozilla-actions/sccache-action@v0.0.9 - name: Install cargo-nextest