mirror of
https://github.com/actions/setup-python.git
synced 2025-08-26 18:54:19 +00:00
add cache backup file
This commit is contained in:
parent
8644d4cc22
commit
c72f56dac9
@ -61,7 +61,6 @@ class PipCache extends CacheDistributor {
|
|||||||
protected async computeKeys() {
|
protected async computeKeys() {
|
||||||
const hash = await glob.hashFiles(this.cacheDependencyPath)
|
const hash = await glob.hashFiles(this.cacheDependencyPath)
|
||||||
|| await glob.hashFiles(this.cacheDependencyBackupPath);
|
|| await glob.hashFiles(this.cacheDependencyBackupPath);
|
||||||
core.info(`Cache key hash: ${hash}`);
|
|
||||||
let primaryKey = '';
|
let primaryKey = '';
|
||||||
let restoreKey = '';
|
let restoreKey = '';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user