mirror of
https://github.com/actions/setup-go.git
synced 2025-06-27 23:43:43 +00:00
parent
ffce9ce43f
commit
136ed85710
19 changed files with 453 additions and 462 deletions
|
@ -6,8 +6,8 @@ import path = require('path');
|
|||
const toolDir = path.join(__dirname, 'runner', 'tools');
|
||||
const tempDir = path.join(__dirname, 'runner', 'temp');
|
||||
|
||||
process.env['RUNNER_TOOLSDIRECTORY'] = toolDir;
|
||||
process.env['RUNNER_TEMPDIRECTORY'] = tempDir;
|
||||
process.env['RUNNER_TOOL_CACHE'] = toolDir;
|
||||
process.env['RUNNER_TEMP'] = tempDir;
|
||||
import * as installer from '../src/installer';
|
||||
|
||||
const IS_WINDOWS = process.platform === 'win32';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue