Procházet zdrojové kódy

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

Rudy Ges před 1 rokem
rodič
revize
92b200b4aa
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      tests/runci/targets/Lua.hx

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

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