Explorar el Código

[ci] fix `brew cask install`

Aleksandr Kuzmenko hace 5 años
padre
commit
2fef835ab8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"]);
 				// runCommand("brew", ["untap", "local/python2"]);
 				runCommand("brew", ["update"]);
-				runCommand("brew", ["cask", "install", "flash-player-debugger"]);
+				runCommand("brew", ["--cask", "install", "flash-player-debugger"]);
 
 				// Disable the "application downloaded from Internet" warning
 				runCommand("xattr", ["-d", "-r", "com.apple.quarantine", "/Applications/Flash Player Debugger.app"]);