mirror of https://github.com/actions/setup-go.git
setup go in local
This commit is contained in:
parent
0c52d547c9
commit
d42979eea1
|
|
@ -15,6 +15,7 @@ process.on('uncaughtException', e => {
|
|||
// Added early exit to resolve issue with slow post action step:
|
||||
// - https://github.com/actions/setup-node/issues/878
|
||||
// https://github.com/actions/cache/pull/1217
|
||||
|
||||
export async function run(earlyExit?: boolean) {
|
||||
try {
|
||||
const cacheInput = core.getBooleanInput('cache');
|
||||
|
|
|
|||
Loading…
Reference in New Issue