Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
tobil4sk committed Jun 30, 2024
1 parent d26c834 commit ffb35f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/runci/targets/Lua.hx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ class Lua {
else
runNetworkCommand("brew", ["install", "python3"]);

attemptCommand("brew", ["install", "pcre2"]);
runCommand("pip3", ["install", "--user", "hererocks"]);
final pyUserBase = commandResult("python", ["-m", "site", "--user-base"]).stdout.trim();
addToPATH(Path.join([pyUserBase, "bin"]));
Expand Down

0 comments on commit ffb35f1

Please sign in to comment.