Procházet zdrojové kódy

[ci] more mac fixes

Aleksandr Kuzmenko před 4 roky
rodič
revize
c09a2ed1ee
1 změnil soubory, kde provedl 4 přidání a 4 odebrání
  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"]);