mirror of
https://github.com/actions/setup-python.git
synced 2025-04-19 19:33:29 +00:00
build
This commit is contained in:
parent
e8c120888a
commit
a5572734ef
2
dist/cache-save/index.js
vendored
2
dist/cache-save/index.js
vendored
@ -59722,7 +59722,7 @@ class CacheDistributor {
|
||||
const file = this.packageManager === 'pip'
|
||||
? `${this.cacheDependencyPath
|
||||
.split('\n')
|
||||
.join(',')} or ${constants_1.CACHE_DEPENDENCY_BACKUP_PATH}}`
|
||||
.join(',')} or ${constants_1.CACHE_DEPENDENCY_BACKUP_PATH}`
|
||||
: this.cacheDependencyPath.split('\n').join(',');
|
||||
throw new Error(`No file in ${process.cwd()} matched to [${file}], make sure you have checked out the target repository`);
|
||||
}
|
||||
|
2
dist/setup/index.js
vendored
2
dist/setup/index.js
vendored
@ -65798,7 +65798,7 @@ class CacheDistributor {
|
||||
const file = this.packageManager === 'pip'
|
||||
? `${this.cacheDependencyPath
|
||||
.split('\n')
|
||||
.join(',')} or ${constants_1.CACHE_DEPENDENCY_BACKUP_PATH}}`
|
||||
.join(',')} or ${constants_1.CACHE_DEPENDENCY_BACKUP_PATH}`
|
||||
: this.cacheDependencyPath.split('\n').join(',');
|
||||
throw new Error(`No file in ${process.cwd()} matched to [${file}], make sure you have checked out the target repository`);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user