Merge pull request #7422 from MikeMcQuaid/uninstall_gettext

workflows/tests: link old gettext.
This commit is contained in:
Bo Anderson 2020-04-22 22:13:03 +01:00 committed by GitHub
commit fa18b44699
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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