Explorar o código

[ci] more mac fixes

Aleksandr Kuzmenko %!s(int64=4) %!d(string=hai) anos
pai
achega
c09a2ed1ee
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  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"]);