mirror of
https://github.com/actions/setup-python
synced 2025-04-05 06:49:43 +00: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