This commit is contained in:
Evgenii Korolevskii 2023-01-20 01:54:31 +01:00
parent 4fe0c4a7d3
commit 78738c7252

1
dist/setup/index.js vendored
View file

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