mirror of
https://github.com/actions/setup-python.git
synced 2025-07-02 23:53:47 +00:00
format & build
This commit is contained in:
parent
78738c7252
commit
292b71d345
2 changed files with 5 additions and 5 deletions
4
dist/setup/index.js
vendored
4
dist/setup/index.js
vendored
|
@ -65944,8 +65944,8 @@ class PipCache extends cache_distributor_1.default {
|
|||
}
|
||||
computeKeys() {
|
||||
return __awaiter(this, void 0, void 0, function* () {
|
||||
const hash = (yield glob.hashFiles(this.cacheDependencyPath))
|
||||
|| (yield glob.hashFiles(this.cacheDependencyBackupPath));
|
||||
const hash = (yield glob.hashFiles(this.cacheDependencyPath)) ||
|
||||
(yield glob.hashFiles(this.cacheDependencyBackupPath));
|
||||
let primaryKey = '';
|
||||
let restoreKey = '';
|
||||
if (utils_1.IS_LINUX) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue