mirror of
https://github.com/moonrepo/setup-rust.git
synced 2025-04-20 01:28:43 +00:00
fix: Add version to cache key.
This commit is contained in:
parent
d19bea4f65
commit
565e2400ef
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ export function getCachePaths(): string[] {
|
|||
}
|
||||
|
||||
export function getCachePrefixes(): string[] {
|
||||
return [`setup-rustcargo-${process.platform}`, 'setup-rustcargo'];
|
||||
return [`setup-rustcargo-v0-${process.platform}`, 'setup-rustcargo-v0'];
|
||||
}
|
||||
|
||||
export async function getPrimaryCacheKey() {
|
||||
|
|
Loading…
Add table
Reference in a new issue