mirror of
https://github.com/actions/toolkit.git
synced 2026-08-20 00:00:14 +02:00
Fix failing windows test
This commit is contained in:
+1
-1
@@ -79,7 +79,7 @@ async function getVersion(
|
|||||||
additionalArgs.push('--version')
|
additionalArgs.push('--version')
|
||||||
core.debug(`Checking ${app} ${additionalArgs.join(' ')}`)
|
core.debug(`Checking ${app} ${additionalArgs.join(' ')}`)
|
||||||
try {
|
try {
|
||||||
await exec.exec(`${app}`, additionalArgs, {
|
await exec.exec(`${app} `, additionalArgs, {
|
||||||
ignoreReturnCode: true,
|
ignoreReturnCode: true,
|
||||||
silent: true,
|
silent: true,
|
||||||
listeners: {
|
listeners: {
|
||||||
|
|||||||
Reference in New Issue
Block a user