mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 15:32:13 +00:00
add cache backup file
This commit is contained in:
parent
8644d4cc22
commit
c72f56dac9
1 changed files with 0 additions and 1 deletions
|
@ -61,7 +61,6 @@ class PipCache extends CacheDistributor {
|
|||
protected async computeKeys() {
|
||||
const hash = await glob.hashFiles(this.cacheDependencyPath)
|
||||
|| await glob.hashFiles(this.cacheDependencyBackupPath);
|
||||
core.info(`Cache key hash: ${hash}`);
|
||||
let primaryKey = '';
|
||||
let restoreKey = '';
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue