Update build-mac-arm64.sh

This commit is contained in:
nastys 2024-10-10 00:31:55 +02:00 committed by GitHub
parent 326dc34df1
commit c8a4229d53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,6 +2,7 @@
# shellcheck disable=SC2086
brew_arm64_install_packages() {
"$BREW_ARM64_PATH/bin/brew" cleanup
for pkg in "$@"; do
echo "Fetching bottle for $pkg..."
bottle_path="$("$BREW_ARM64_PATH/bin/brew" --cache --bottle-tag=arm64_sonoma "$pkg")"