workflows/tests: link old gettext.
This is failing `brew doctor` on GitHub Actions.
This commit is contained in:
parent
8e984d621d
commit
f9a84075ac
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user