File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ function usePyPy(majorVersion: 2 | 3, architecture: string): void {
57
57
58
58
if ( ! installDir && IS_WINDOWS ) {
59
59
// PyPy only precompiles binaries for x86, but the architecture parameter defaults to x64.
60
- // On Hosted VS2017 , we only install an x86 version.
60
+ // On our Windows virtual environments , we only install an x86 version.
61
61
// Fall back to x86.
62
62
installDir = findPyPy ( 'x86' ) ;
63
63
}
@@ -120,7 +120,7 @@ async function useCpythonVersion(
120
120
121
121
if ( IS_WINDOWS ) {
122
122
// Add --user directory
123
- // `installDir` from tool cache should look like $AGENT_TOOLSDIRECTORY /Python/<semantic version>/x64/
123
+ // `installDir` from tool cache should look like $RUNNER_TOOL_CACHE /Python/<semantic version>/x64/
124
124
// So if `findLocalTool` succeeded above, we must have a conformant `installDir`
125
125
const version = path . basename ( path . dirname ( installDir ) ) ;
126
126
const major = semver . major ( version ) ;
You can’t perform that action at this time.
0 commit comments