浏览代码

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

Zeta 1 年之前
父节点
当前提交
45268f70f7
共有 1 个文件被更改,包括 1 次插入0 次删除
  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
 		}