diff --git a/.github/workflows/queue_and_merge.yml b/.github/workflows/queue_and_merge.yml index c2fe2cb8..89fe201a 100644 --- a/.github/workflows/queue_and_merge.yml +++ b/.github/workflows/queue_and_merge.yml @@ -100,6 +100,7 @@ jobs: - uses: actions-rust-lang/setup-rust-toolchain@v1 with: toolchain: nightly-2024-06-14 + components: rustfmt cache: true - run: just fmt-check