mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
brew update
This commit is contained in:
parent
06bece36de
commit
b4808062d4
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue