ci: Fix rust-cache action config key name

This commit is contained in:
Kévin Commaille 2023-10-05 16:50:33 +02:00 committed by Jonas Platte
parent 7cee1787a2
commit d3f3be0d30

View File

@ -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