Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .azure-pipelines/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading