Skip to content

Commit a16eda4

Browse files
committed
fixup! azure-pipelines: build, sign, notarize and stage the macOS installer
1 parent 042625d commit a16eda4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.azure-pipelines/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -728,6 +728,9 @@ extends:
728728
"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
729729
arch -x86_64 /usr/local/bin/brew install gettext
730730
731+
# Ensure native Homebrew (arm64) is up-to-date beforehand.
732+
HOMEBREW_NO_AUTO_UPDATE='' brew update
733+
731734
# Native (arm64) build dependencies.
732735
brew install automake asciidoc xmlto docbook
733736
brew link --force gettext

0 commit comments

Comments
 (0)