diff --git a/.azure-pipelines/release.yml b/.azure-pipelines/release.yml index 997b46b2678cf5..8c86436f862267 100644 --- a/.azure-pipelines/release.yml +++ b/.azure-pipelines/release.yml @@ -728,6 +728,9 @@ extends: "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" arch -x86_64 /usr/local/bin/brew install gettext + # Ensure native Homebrew (arm64) is up-to-date beforehand. + HOMEBREW_NO_AUTO_UPDATE='' brew update + # Native (arm64) build dependencies. brew install automake asciidoc xmlto docbook brew link --force gettext