2
0
Aleksandr Kuzmenko 4 жил өмнө
parent
commit
c09a2ed1ee

+ 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"]);