ci(macos): fix build instructions
build-linux / build-linux-x64 (push) Successful in 5m22s
build-macos / build-macos-x64 (push) Successful in 9m23s
build-windows / build-windows-x64 (push) Successful in 10m38s

This commit is contained in:
2026-05-06 07:46:42 +02:00
parent 27ea622e7b
commit 00ac046e59
2 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ brew_as_user() { sudo -u "$BREW_USER" -H "$HOMEBREW_PREFIX/bin/brew" "$@"; }
# ---- 3. brew packages ----
log "Installing brew packages"
brew_pkgs=(llvm create-dmg pkg-config cmake ninja yasm autoconf automake libtool wget)
brew_pkgs=(node cocoapods llvm create-dmg pkg-config cmake ninja yasm autoconf automake libtool wget)
for p in "${brew_pkgs[@]}"; do
if brew_as_user list --versions "$p" >/dev/null 2>&1; then
echo " $p (already installed)"