From a2c9ee6ca571462e1f07f0c23ff060309781e6db Mon Sep 17 00:00:00 2001 From: Brendan Sechter Date: Sun, 12 May 2024 08:03:34 +0900 Subject: [PATCH] f --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 27e6b93..6d68b7c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,6 +34,8 @@ jobs: toolchain: ${{ matrix.toolchain }} targets: ${{ matrix.target }} + - run: rustup component add rustfmt + - id: cache-rust uses: Swatinem/rust-cache@v2