diff options
| author | ruki <[email protected]> | 2023-10-07 14:47:07 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-10-07 14:47:07 +0800 |
| commit | 8e42028cd8f1b8f1b0650f336fe445133e613f61 (patch) | |
| tree | 95975ac3fe6d3b28142c0207251e55ccdb45dd8e | |
| parent | 8433602d73a41375efe45283dc9e209d373c966c (diff) | |
improve config
| -rw-r--r-- | xmake/actions/test/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/actions/test/main.lua b/xmake/actions/test/main.lua index 36c818a76..d39c80a18 100644 --- a/xmake/actions/test/main.lua +++ b/xmake/actions/test/main.lua @@ -295,7 +295,7 @@ function main() project.lock() -- load config first - config.load() + task.run("config", {}, {disable_dump = true}) -- load targets project.load_targets() |
