From: valued mammal Date: Fri, 10 Oct 2025 14:21:48 +0000 (-0400) Subject: ci: use explicit `cache: true` on fmt job X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/scripts/static/struct.Miniscript.html?a=commitdiff_plain;h=2f4c3d46b1701bb5c83aa6771dd58f6fa7b8b543;p=bdk ci: use explicit `cache: true` on fmt job --- 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