Browse Source

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

Zeta 1 year ago
parent
commit
45268f70f7
1 changed files with 1 additions and 0 deletions
  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
 		}