From a6413f1d0889b2d8f40ee801fd25ea72cc4a2ca6 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 13 Mar 2019 22:34:27 +0800 Subject: [PATCH] modify appveyor --- scripts/test.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test.lua b/scripts/test.lua index a7f281144..f4c842922 100644 --- a/scripts/test.lua +++ b/scripts/test.lua @@ -10,7 +10,7 @@ function main(...) end end if #packages == 0 then - table.insert(packages, "tbox") + table.insert(packages, "\"tbox dev\"") end local repodir = os.curdir() local workdir = path.join(os.tmpdir(), "xmake-repo")