Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3105fb1

Browse filesBrowse files
fix is_windows (actions#172)
1 parent 8c5ea63 commit 3105fb1
Copy full SHA for 3105fb1

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎dist/index.js

Copy file name to clipboardExpand all lines: dist/index.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7085,7 +7085,7 @@ function usePyPy(majorVersion, architecture) {
70857085
core.addPath(installDir);
70867086
core.addPath(_binDir);
70877087
// Starting from PyPy 7.3.1, the folder that is used for pip and anything that pip installs should be "Scripts" on Windows.
7088-
if (IS_WINDOWS) {
7088+
if (utils_1.IS_WINDOWS) {
70897089
core.addPath(path.join(installDir, 'Scripts'));
70907090
}
70917091
const impl = 'pypy' + majorVersion.toString();

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.