mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 15:32:13 +00:00
build
This commit is contained in:
parent
4fe0c4a7d3
commit
78738c7252
1 changed files with 0 additions and 1 deletions
1
dist/setup/index.js
vendored
1
dist/setup/index.js
vendored
|
@ -65946,7 +65946,6 @@ class PipCache extends cache_distributor_1.default {
|
||||||
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))
|
||||||
|| (yield glob.hashFiles(this.cacheDependencyBackupPath));
|
|| (yield glob.hashFiles(this.cacheDependencyBackupPath));
|
||||||
core.info(`Cache key hash: ${hash}`);
|
|
||||||
let primaryKey = '';
|
let primaryKey = '';
|
||||||
let restoreKey = '';
|
let restoreKey = '';
|
||||||
if (utils_1.IS_LINUX) {
|
if (utils_1.IS_LINUX) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue