瀏覽代碼

[ci] run brew update --preinstall

Simon Krajewski 5 年之前
父節點
當前提交
26665f0a35
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      tests/runci/targets/Hl.hx

+ 1 - 0
tests/runci/targets/Hl.hx

@@ -34,6 +34,7 @@ class Hl {
             case "Linux":
                 Linux.requireAptPackages(["libpng-dev", "libjpeg-turbo8-dev", "libturbojpeg", "zlib1g-dev", "libvorbis-dev"]);
             case "Mac":
+                runCommand("brew", ["update", '--preinstall'], true);
                 runCommand("brew", ["bundle", '--file=${hlSrc}/Brewfile'], true);
             case "Windows":
                 //pass