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