]> Untitled Git - bdk/commitdiff
ci: use explicit `cache: true` on fmt job
authorvalued mammal <valuedmammal@protonmail.com>
Fri, 10 Oct 2025 14:21:48 +0000 (10:21 -0400)
committer志宇 <hello@evanlinjin.me>
Thu, 16 Oct 2025 05:42:46 +0000 (05:42 +0000)
.github/workflows/cont_integration.yml

index 16f80e59bd1b8c77655064a3617c80a628a19b9c..260209791f3a3dc8823e1e97d7c0a7b362fef053 100644 (file)
@@ -117,6 +117,7 @@ jobs:
         with:
             toolchain: nightly
             override: true
+            cache: true
             components: rustfmt
       - name: Check fmt
         run: cargo fmt --all --check