ci: Fix rust-cache action config key name
This commit is contained in:
parent
7cee1787a2
commit
d3f3be0d30
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -102,7 +102,7 @@ jobs:
|
||||
# A stable compiler update should automatically not reuse old caches.
|
||||
# Add the MSRV as a stable cache key too so bumping it also gets us a
|
||||
# fresh cache.
|
||||
sharedKey: msrv1.70
|
||||
shared-key: msrv1.70
|
||||
|
||||
- name: Get xtask
|
||||
uses: actions/cache@v3
|
||||
|
Loading…
x
Reference in New Issue
Block a user