瀏覽代碼

[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":
 			case "Mac":
 				runNetworkCommand("brew", ["update", '--preinstall']);
 				runNetworkCommand("brew", ["update", '--preinstall']);
 				runNetworkCommand("brew", ["bundle", '--file=${hlSrc}/Brewfile']);
 				runNetworkCommand("brew", ["bundle", '--file=${hlSrc}/Brewfile']);
+				runNetworkCommand("brew", ["link", "mbedtls@2", "--force"]);
 			case "Windows":
 			case "Windows":
 				//pass
 				//pass
 		}
 		}