mirror of
https://github.com/certbot/certbot.git
synced 2026-08-04 12:21:51 +02:00
Fix homebrew (#8791)
The macOS tests run on this PR would fail without this change. * brew update * add link to upstream issue
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
steps:
|
steps:
|
||||||
|
# We run brew update because we've seen attempts to install an older version
|
||||||
|
# of a package fail. See
|
||||||
|
# https://github.com/actions/virtual-environments/issues/3165.
|
||||||
- bash: |
|
- bash: |
|
||||||
set -e
|
set -e
|
||||||
|
brew update
|
||||||
brew install augeas
|
brew install augeas
|
||||||
condition: startswith(variables['IMAGE_NAME'], 'macOS')
|
condition: startswith(variables['IMAGE_NAME'], 'macOS')
|
||||||
displayName: Install MacOS dependencies
|
displayName: Install MacOS dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user