We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37526f3 commit 0713cf1Copy full SHA for 0713cf1
tests/runci/targets/Lua.hx
@@ -65,7 +65,7 @@ class Lua {
65
// Note: don't use a user config
66
// runCommand("luarocks", ["config", "--user-config"], false, true);
67
68
- installLib("haxe-deps", "0.0.1-3");
+ installLib("haxe-deps", "0.0.1-4");
69
70
changeDirectory(unitDir);
71
runCommand("haxe", ["compile-lua.hxml"].concat(args));
0 commit comments