diff --git a/dist/index.js b/dist/index.js index 26bd21e..90188a0 100644 --- a/dist/index.js +++ b/dist/index.js @@ -71075,7 +71075,7 @@ async function unixInstall(version) { core.addPath(path.join(toolDir, 'share', 'xmake')); // only for <= 2.3.1 } // xmake l utils.binary.deplibs /Users/ruki/.local/bin/xmake - await (0, exec_1.exec)(`xmake --root l utils.binary.deplibs ${path.join(toolDir, 'bin', 'xmake')}`); + await (0, exec_1.exec)(`xmake l --root utils.binary.deplibs ${path.join(toolDir, 'bin', 'xmake')}`); }