fix comments

This commit is contained in:
Dmitry Shibanov 2022-02-22 11:55:20 +03:00
parent ee6a186a78
commit 44f86dea75
4 changed files with 8 additions and 99 deletions

View file

@ -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})`);
}