From 2f4c3d46b1701bb5c83aa6771dd58f6fa7b8b543 Mon Sep 17 00:00:00 2001 From: valued mammal Date: Fri, 10 Oct 2025 10:21:48 -0400 Subject: [PATCH] ci: use explicit `cache: true` on fmt job --- .github/workflows/cont_integration.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cont_integration.yml b/.github/workflows/cont_integration.yml index 16f80e59..26020979 100644 --- a/.github/workflows/cont_integration.yml +++ b/.github/workflows/cont_integration.yml @@ -117,6 +117,7 @@ jobs: with: toolchain: nightly override: true + cache: true components: rustfmt - name: Check fmt run: cargo fmt --all --check -- 2.49.0