Skip to content

Commit

Permalink
[CI] --preinstall has been renamed to --auto-update (#11929)
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz authored Jan 21, 2025
1 parent 6c42a73 commit 43cddee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/runci/targets/Hl.hx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class Hl {
case "Linux":
Linux.requireAptPackages(["libpng-dev", "libjpeg-turbo8-dev", "libturbojpeg", "zlib1g-dev", "libvorbis-dev", "libsqlite3-dev"]);
case "Mac":
runNetworkCommand("brew", ["update", '--preinstall']);
runNetworkCommand("brew", ["update", '--auto-update']);
runNetworkCommand("brew", ["bundle", '--file=${hlSrc}/Brewfile']);
case "Windows":
//pass
Expand Down

0 comments on commit 43cddee

Please sign in to comment.