2
0
Эх сурвалжийг харах

[ci] run brew update --preinstall

Simon Krajewski 5 жил өмнө
parent
commit
26665f0a35

+ 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