mirror of
https://github.com/actions/setup-python.git
synced 2025-07-02 07:33:47 +00:00
Rename function
This commit is contained in:
parent
16963e0b7e
commit
8b4ba3d70d
2 changed files with 4 additions and 4 deletions
|
@ -29,7 +29,7 @@ export async function findReleaseFromManifest(
|
|||
);
|
||||
}
|
||||
|
||||
async function _installPython(workingDirectory: string) {
|
||||
async function installPython(workingDirectory: string) {
|
||||
const options: ExecOptions = {
|
||||
cwd: workingDirectory,
|
||||
silent: true,
|
||||
|
@ -64,5 +64,5 @@ export async function installCpythonFromRelease(release: tc.IToolRelease) {
|
|||
}
|
||||
|
||||
core.info('Execute installation script');
|
||||
await _installPython(pythonExtractedFolder);
|
||||
await installPython(pythonExtractedFolder);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue