Explorar o código

[ci] run brew update --preinstall

Simon Krajewski %!s(int64=5) %!d(string=hai) anos
pai
achega
26665f0a35
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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