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

1
dist/setup/index.js vendored
View file

@ -65944,6 +65944,7 @@ class PipCache extends cache_distributor_1.default {
computeKeys() { computeKeys() {
return __awaiter(this, void 0, void 0, function* () { return __awaiter(this, void 0, void 0, function* () {
const hash = yield glob.hashFiles(this.cacheDependencyPath); const hash = yield glob.hashFiles(this.cacheDependencyPath);
core.info(`Cache key hash: ${hash}, path: ${this.cacheDependencyPath}`);
let primaryKey = ''; let primaryKey = '';
let restoreKey = ''; let restoreKey = '';
if (utils_1.IS_LINUX) { if (utils_1.IS_LINUX) {

View file

@ -57,6 +57,7 @@ class PipCache extends CacheDistributor {
protected async computeKeys() { protected async computeKeys() {
const hash = await glob.hashFiles(this.cacheDependencyPath); const hash = await glob.hashFiles(this.cacheDependencyPath);
core.info(`Cache key hash: ${hash}, path: ${this.cacheDependencyPath}`);
let primaryKey = ''; let primaryKey = '';
let restoreKey = ''; let restoreKey = '';