From 4f6bf5f0b6d64158381883286734e6bb0325373c Mon Sep 17 00:00:00 2001 From: Jonathan Morley Date: Tue, 31 Dec 2024 11:36:05 -0500 Subject: [PATCH] improve caching of CI --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6fafe8f..e645284 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,8 @@ jobs: uses: actions/checkout@v4 - name: Install Rust uses: actions-rust-lang/setup-rust-toolchain@v1 + with: + cache-key: rust-${{ matrix.runner }} - name: Format run: cargo fmt --all -- --check - name: Clippy