mirror of
https://gitea.com/actions/setup-java.git
synced 2025-04-08 00:09:38 +00:00
Fix build. (#11)
* Fix. * Husky commit correct node modules * update temp in installer
This commit is contained in:
committed by
Danny McCormick
parent
596a6da241
commit
c0655ddd33
@ -7,8 +7,8 @@ const toolDir = path.join(__dirname, 'runner', 'tools');
|
||||
const tempDir = path.join(__dirname, 'runner', 'temp');
|
||||
const javaDir = path.join(__dirname, 'runner', 'java');
|
||||
|
||||
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';
|
||||
|
||||
let javaFilePath = '';
|
||||
|
Reference in New Issue
Block a user