summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 422a1df2a..0f6d7ac0e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -175,9 +175,9 @@ jobs:
~/.cargo/registry
./target
key:
- b-${{ matrix.os }}-${{ matrix.kind }}-${{ hashFiles('Cargo.lock') }}
+ c-${{ matrix.os }}-${{ matrix.kind }}-${{ hashFiles('Cargo.lock') }}
restore-keys: |
- b-${{ matrix.os }}-${{ matrix.kind }}-
+ c-${{ matrix.os }}-${{ matrix.kind }}-
- name: Apply and update mtime cache
uses: ./.github/mtime_cache