Browse Source

[ci] lua: don't reinstall pcre2 (#11699)

Rudy Ges 1 year ago
parent
commit
92b200b4aa
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tests/runci/targets/Lua.hx

+ 0 - 1
tests/runci/targets/Lua.hx

@@ -21,7 +21,6 @@ class Lua {
 				else
 				else
 					runNetworkCommand("brew", ["install", "python3"]);
 					runNetworkCommand("brew", ["install", "python3"]);
 
 
-				attemptCommand("brew", ["install", "pcre2"]);
 				runCommand("pip3", ["install", "hererocks"]);
 				runCommand("pip3", ["install", "hererocks"]);
 				runCommand("brew", ["install", "openssl"]);
 				runCommand("brew", ["install", "openssl"]);
 			}
 			}