Explorar el Código

modify appveyor

ruki hace 6 años
padre
commit
a6413f1d08
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      scripts/test.lua

+ 1 - 1
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")