From 86fa3a0aa8f6b3ed77278df7838ec4ea19cb2c79 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 21 Aug 2025 22:53:10 +0800 Subject: [PATCH] ... --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')}`); }