Pārlūkot izejas kodu

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

Rudy Ges 1 gadu atpakaļ
vecāks
revīzija
92b200b4aa
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  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"]);
 			}