build debug log

This commit is contained in:
Evgenii Korolevskii 2023-01-20 01:41:25 +01:00
parent a6eba85bba
commit a04a8ba00a
2 changed files with 2 additions and 0 deletions

View file

@ -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 = '';