mirror of
https://github.com/actions/setup-python.git
synced 2025-06-11 06:47:13 +02:00

committed by
Danny McCormick

parent
7fe1ba03a3
commit
7dc6a07f36
@ -23,8 +23,8 @@ const tempDir = path.join(
|
||||
'temp'
|
||||
);
|
||||
|
||||
process.env['RUNNER_TOOLSDIRECTORY'] = toolDir;
|
||||
process.env['RUNNER_TEMPDIRECTORY'] = tempDir;
|
||||
process.env['RUNNER_TOOL_CACHE'] = toolDir;
|
||||
process.env['RUNNER_TEMP'] = tempDir;
|
||||
|
||||
import * as finder from '../src/find-python';
|
||||
|
||||
|
Reference in New Issue
Block a user