v1.1.1
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ async function run(): Promise<void> {
|
||||
} else {
|
||||
await unixInstall(version);
|
||||
}
|
||||
await exec('xmake --version');
|
||||
await exec('xmake --root --version');
|
||||
} catch (error) {
|
||||
const ex = error as Error;
|
||||
core.setFailed(ex.message);
|
||||
|
||||
Reference in New Issue
Block a user