From 3c3b9510732550ea22c3f57744c1f77c6122bfa1 Mon Sep 17 00:00:00 2001 From: David Hotham Date: Sat, 4 Oct 2025 19:49:50 +0100 Subject: [PATCH] ci fix --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ac1200e..030f8e2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -60,7 +60,7 @@ jobs: run: rustup update ${{ matrix.rust }} --no-self-update && rustup default ${{ matrix.rust }} shell: bash - run: rustup target add ${{ matrix.target }} - - run: rustup component add clippy + - run: rustup component add clippy rustfmt - run: cargo fmt -- --check if: matrix.build == 'x86_64' name: Check formatting