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