mirror of
https://code.forgejo.org/actions/setup-python
synced 2025-06-08 04:18:19 +02:00
parent
7fe1ba03a3
commit
7dc6a07f36
21 changed files with 478 additions and 491 deletions
|
@ -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';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue