mirror of
https://github.com/actions/setup-python.git
synced 2025-07-05 00:53:46 +00:00
build debug log
This commit is contained in:
parent
a6eba85bba
commit
a04a8ba00a
2 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,7 @@ class PipCache extends CacheDistributor {
|
|||
|
||||
protected async computeKeys() {
|
||||
const hash = await glob.hashFiles(this.cacheDependencyPath);
|
||||
core.info(`Cache key hash: ${hash}, path: ${this.cacheDependencyPath}`);
|
||||
let primaryKey = '';
|
||||
let restoreKey = '';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue