aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/check.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml
index 43aae8e1..fe60ffd2 100644
--- a/.github/workflows/check.yml
+++ b/.github/workflows/check.yml
@@ -8,6 +8,7 @@ jobs:
uses: actions/cache@v3.0.4
with:
path: target
+ key: target
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with: