浏览代码

[ci] more mac fixes

Aleksandr Kuzmenko 4 年之前
父节点
当前提交
c09a2ed1ee
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      tests/runci/targets/Flash.hx

+ 4 - 4
tests/runci/targets/Flash.hx

@@ -76,10 +76,10 @@ class Flash {
 				if (commandResult("brew", ["cask", "list", "flash-player-debugger"]).exitCode == 0) {
 				if (commandResult("brew", ["cask", "list", "flash-player-debugger"]).exitCode == 0) {
 					return;
 					return;
 				}
 				}
-				runCommand("brew", ["uninstall", "[email protected]"]);
-				runCommand("brew", ["uninstall", "[email protected]"]);
-				runCommand("brew", ["untap", "local/openssl"]);
-				runCommand("brew", ["untap", "local/python2"]);
+				// runCommand("brew", ["uninstall", "[email protected]"]);
+				// runCommand("brew", ["uninstall", "[email protected]"]);
+				// runCommand("brew", ["untap", "local/openssl"]);
+				// runCommand("brew", ["untap", "local/python2"]);
 				runCommand("brew", ["update"]);
 				runCommand("brew", ["update"]);
 				runCommand("brew", ["cask", "install", "flash-player-debugger"]);
 				runCommand("brew", ["cask", "install", "flash-player-debugger"]);