This commit is contained in:
ruki
2023-05-06 11:47:50 +08:00
Unverified
parent b854026983
commit 3a4a2fa724
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -71442,7 +71442,7 @@ async function run() {
else {
await unix_install_1.unixInstall(version);
}
await exec_1.exec('xmake --version');
await exec_1.exec('xmake --root --version');
}
catch (error) {
const ex = error;