mirror of
https://github.com/actions/toolkit
synced 2025-05-09 08:33:00 +00:00
Fix failing windows test
This commit is contained in:
parent
bc713ab90d
commit
7c15bf6f40
1 changed files with 1 additions and 1 deletions
2
packages/cache/src/internal/cacheUtils.ts
vendored
2
packages/cache/src/internal/cacheUtils.ts
vendored
|
@ -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…
Add table
Add a link
Reference in a new issue