From 2e09b392bd0fd82f46cb97c96d3f482219a2c464 Mon Sep 17 00:00:00 2001 From: Alexander Koz Date: Sat, 13 Jul 2024 00:22:20 +0400 Subject: [PATCH] CI: try latest components (rustup update) --- .github/workflows/tests.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0a4c8e5e..5df0fd78 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -473,6 +473,9 @@ jobs: with: ref: ${{ inputs.ref || github.ref }} + - name: Update rustfmt + run: rustup update + - name: Check id: check run: cargo fmt --all -- --check @@ -502,6 +505,9 @@ jobs: with: ref: ${{ inputs.ref || github.ref }} + - name: Update components + run: rustup update + - name: Install Clippy run: rustup component add clippy