mirror of
https://github.com/actions/setup-python.git
synced 2025-12-09 14:15:21 +00:00
npm run build
This commit is contained in:
parent
df266560b3
commit
c33e178e6a
3
dist/setup/index.js
vendored
3
dist/setup/index.js
vendored
@ -96883,10 +96883,9 @@ function isGraalPyVersion(versionSpec) {
|
|||||||
}
|
}
|
||||||
function cacheDependencies(cache, pythonVersion) {
|
function cacheDependencies(cache, pythonVersion) {
|
||||||
return __awaiter(this, void 0, void 0, function* () {
|
return __awaiter(this, void 0, void 0, function* () {
|
||||||
var _a;
|
|
||||||
const cacheDependencyPath = core.getInput('cache-dependency-path') || undefined;
|
const cacheDependencyPath = core.getInput('cache-dependency-path') || undefined;
|
||||||
let resolvedDependencyPath = undefined;
|
let resolvedDependencyPath = undefined;
|
||||||
const overwrite = (_a = core.getBooleanInput('overwrite', { required: false })) !== null && _a !== void 0 ? _a : false;
|
const overwrite = core.getBooleanInput('overwrite', { required: false });
|
||||||
if (cacheDependencyPath) {
|
if (cacheDependencyPath) {
|
||||||
const actionPath = process.env.GITHUB_ACTION_PATH || '';
|
const actionPath = process.env.GITHUB_ACTION_PATH || '';
|
||||||
const workspace = process.env.GITHUB_WORKSPACE || process.cwd();
|
const workspace = process.env.GITHUB_WORKSPACE || process.cwd();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user