Преглед изворни кода

[ci][mac] do whatever brew error message says (#10022)

Aleksandr Kuzmenko пре 4 година
родитељ
комит
f492214a27
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      tests/runci/targets/Flash.hx

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

@@ -81,7 +81,7 @@ class Flash {
 				runCommand("brew", ["untap", "local/openssl"], false, true);
 				runCommand("brew", ["untap", "local/python2"], false, true);
 				runCommand("brew", ["update"]);
-				runCommand("brew", ["cask", "install", "flash-player-debugger"]);
+				runCommand("brew", ["install", "--cask", "flash-player-debugger"]);
 
 				// Disable the "application downloaded from Internet" warning
 				runCommand("xattr", ["-d", "-r", "com.apple.quarantine", "/Applications/Flash Player Debugger.app"]);