This commit is contained in:
Opportunity
2019-09-30 20:55:11 +08:00
Unverified
parent 1f9d39e73c
commit bdfe3c97d5
+1 -1
View File
@@ -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)