Browse Source

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

Aleksandr Kuzmenko 4 years ago
parent
commit
f492214a27
1 changed files with 1 additions and 1 deletions
  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"]);