fix
This commit is contained in:
@@ -68,7 +68,7 @@ async function run() {
|
|||||||
return cacheDir
|
return cacheDir
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
core.addPath(path.join(toolDir, 'bin'))
|
core.addPath(path.join(toolDir, 'share', 'xmake'))
|
||||||
await exec('xmake --version')
|
await exec('xmake --version')
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
core.setFailed(error.message)
|
core.setFailed(error.message)
|
||||||
|
|||||||
Reference in New Issue
Block a user