mirror of
https://github.com/actions/setup-go.git
synced 2025-05-04 14:14:34 +00:00
committed by
Danny McCormick
parent
ffce9ce43f
commit
136ed85710
@ -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';
|
||||
|
Reference in New Issue
Block a user