Skip to content

Commit

Permalink
[lua] bump haxe-deps for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jdonaldson committed Nov 12, 2019
1 parent d3f4814 commit 36d9213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/runci/targets/Lua.hx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class Lua {
// Note: don't use a user config
// runCommand("luarocks", ["config", "--user-config"], false, true);

installLib("haxe-deps", "0.0.1-1");
installLib("haxe-deps", "0.0.1-2");

changeDirectory(unitDir);
runCommand("haxe", ["compile-lua.hxml"].concat(args));
Expand Down

0 comments on commit 36d9213

Please sign in to comment.