mirror of
https://github.com/actions/setup-python.git
synced 2025-07-18 22:58:19 +02:00
update index.js
This commit is contained in:
parent
52b59a2c40
commit
09aeb67db1
2 changed files with 7 additions and 2 deletions
|
@ -71,6 +71,11 @@ function usePyPy(
|
|||
core.addPath(path.join(installDir, 'Scripts'));
|
||||
}
|
||||
|
||||
if (IS_WINDOWS) {
|
||||
const scriptDir = path.join(installDir, 'Scripts');
|
||||
core.addPath(scriptDir);
|
||||
}
|
||||
|
||||
const impl = 'pypy' + majorVersion.toString();
|
||||
core.setOutput('python-version', impl);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue