ソースを参照

[ci] fixed previous fix

Aleksandr Kuzmenko 4 年 前
コミット
076547d3d0
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"]);
 				// runCommand("brew", ["untap", "local/openssl"]);
 				// runCommand("brew", ["untap", "local/python2"]);
 				// runCommand("brew", ["untap", "local/python2"]);
 				runCommand("brew", ["update"]);
 				runCommand("brew", ["update"]);
-				runCommand("brew", ["--cask", "install", "flash-player-debugger"]);
+				runCommand("brew", ["install", "--cask", "flash-player-debugger"]);
 
 
 				// Disable the "application downloaded from Internet" warning
 				// Disable the "application downloaded from Internet" warning
 				runCommand("xattr", ["-d", "-r", "com.apple.quarantine", "/Applications/Flash Player Debugger.app"]);
 				runCommand("xattr", ["-d", "-r", "com.apple.quarantine", "/Applications/Flash Player Debugger.app"]);