mirror of https://github.com/actions/toolkit
Fix failing windows test
parent
bc713ab90d
commit
7c15bf6f40
|
@ -79,7 +79,7 @@ async function getVersion(
|
|||
additionalArgs.push('--version')
|
||||
core.debug(`Checking ${app} ${additionalArgs.join(' ')}`)
|
||||
try {
|
||||
await exec.exec(`${app}`, additionalArgs, {
|
||||
await exec.exec(`${app} `, additionalArgs, {
|
||||
ignoreReturnCode: true,
|
||||
silent: true,
|
||||
listeners: {
|
||||
|
|
Loading…
Reference in New Issue