brew update

This commit is contained in:
Brad Warren 2021-04-12 13:07:09 -07:00
parent 06bece36de
commit b4808062d4

View file

@ -1,6 +1,9 @@
steps:
# We run brew update because we've seen attempts to install an older version
# of a package fail.
- bash: |
set -e
brew update
brew install augeas
condition: startswith(variables['IMAGE_NAME'], 'macOS')
displayName: Install MacOS dependencies