Skip to content

Commit

Permalink
[lua] install pcre2 (required for Haxe 4.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
a.v.kuzmenko committed Nov 20, 2023
1 parent cd3fe32 commit b62a68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/travix/commands/LuaCommand.hx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class LuaCommand extends Command {
}

// Install lua libraries
exec('sudo', 'luarocks install haxe-deps'.split(' '));
exec('sudo', 'luarocks install pcre2 haxe-deps'.split(' '));
exec('eval', ['sudo luarocks install environ 0.1.0-1']); // for haxe 3

// print the effective versions
Expand Down

0 comments on commit b62a68e

Please sign in to comment.