support other repo

This commit is contained in:
Opportunity
2020-06-30 01:54:04 +08:00
Unverified
parent 2feaa3232f
commit 48f33e8789
66 changed files with 3280 additions and 1532 deletions
+2 -1
View File
@@ -12,7 +12,8 @@ async function run(): Promise<void> {
else await unixInstall(version);
await exec('xmake --version');
} catch (error) {
core.setFailed(error.message);
const ex = error as Error;
core.setFailed(ex.message);
}
}