Browse Source

[ci] run brew update --preinstall

Simon Krajewski 5 năm trước cách đây
mục cha
commit
26665f0a35
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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