From f7aff45d5f0155431a628f97ad6f40f0d5f4d131 Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 23 Sep 2022 23:13:19 +0800 Subject: pass -y for xrepo/trybuild --- xmake/modules/private/action/trybuild/xrepo.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/xmake/modules/private/action/trybuild/xrepo.lua b/xmake/modules/private/action/trybuild/xrepo.lua index 073ecd57f..ba845e72e 100644 --- a/xmake/modules/private/action/trybuild/xrepo.lua +++ b/xmake/modules/private/action/trybuild/xrepo.lua @@ -80,6 +80,7 @@ end -- get common configs function _get_common_configs(argv) + table.insert(argv, "-y") table.insert(argv, "--shallow") table.insert(argv, "-v") if option.get("diagnosis") then -- cgit v1.3.1