소스 검색

[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) {
 					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", ["cask", "install", "flash-player-debugger"]);