Explorar o código

[tests] Force link mbedtls@2 on macOS. (#11435)

Zeta hai 1 ano
pai
achega
45268f70f7
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      tests/runci/targets/Hl.hx

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

@@ -39,6 +39,7 @@ class Hl {
 			case "Mac":
 				runNetworkCommand("brew", ["update", '--preinstall']);
 				runNetworkCommand("brew", ["bundle", '--file=${hlSrc}/Brewfile']);
+				runNetworkCommand("brew", ["link", "mbedtls@2", "--force"]);
 			case "Windows":
 				//pass
 		}