3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2025-04-10 22:57:07 +00:00

add runner OS in cache key

This commit is contained in:
Ranadeep Biswas 2024-11-29 16:36:14 +01:00
parent c00f3025ca
commit e89acd5884
No known key found for this signature in database

View file

@ -71,6 +71,10 @@ export class CacheConfig {
}
}
// Add runner OS to the key to avoid cross-contamination of cache
const runnerOS = os.type();
key += `-${runnerOS}`;
self.keyPrefix = key;
// Construct environment portion of the key: