Skip to content

Commit af058d4

Browse files
committed
[CI] --preinstall has been renamed to --auto-update (#11929)
See Homebrew/brew@fb4c935
1 parent 2e376b6 commit af058d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/runci/targets/Hl.hx

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class Hl {
3737
case "Linux":
3838
Linux.requireAptPackages(["libpng-dev", "libjpeg-turbo8-dev", "libturbojpeg", "zlib1g-dev", "libvorbis-dev", "libsqlite3-dev"]);
3939
case "Mac":
40-
runNetworkCommand("brew", ["update", '--preinstall']);
40+
runNetworkCommand("brew", ["update", '--auto-update']);
4141
runNetworkCommand("brew", ["bundle", '--file=${hlSrc}/Brewfile']);
4242
case "Windows":
4343
//pass

0 commit comments

Comments
 (0)