workflows/tests: link old gettext.

This is failing `brew doctor` on GitHub Actions.
This commit is contained in:
Mike McQuaid 2020-04-22 21:36:18 +01:00
parent 8e984d621d
commit f9a84075ac
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -68,6 +68,9 @@ jobs:
else else
# Allow Xcode to be outdated # Allow Xcode to be outdated
export HOMEBREW_GITHUB_ACTIONS=1 export HOMEBREW_GITHUB_ACTIONS=1
# Link old gettext (otherwise `brew doctor` is sad)
brew link gettext
fi fi
brew doctor brew doctor