mirror of
https://github.com/actions/setup-python.git
synced 2025-07-27 08:38:20 +02:00
fix comments
This commit is contained in:
parent
ee6a186a78
commit
44f86dea75
4 changed files with 8 additions and 99 deletions
|
@ -37,7 +37,7 @@ async function run() {
|
|||
`Successfully setup PyPy ${installed.resolvedPyPyVersion} with Python (${installed.resolvedPythonVersion})`
|
||||
);
|
||||
} else {
|
||||
const installed = await finder.findPythonVersion(version, arch);
|
||||
const installed = await finder.useCpythonVersion(version, arch);
|
||||
pythonVersion = installed.version;
|
||||
core.info(`Successfully setup ${installed.impl} (${pythonVersion})`);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue