We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7126a2f commit f1bf4deCopy full SHA for f1bf4de
1 file changed
.github/workflows/build.yml
@@ -102,6 +102,7 @@ jobs:
102
run: echo "$GITHUB_CONTEXT"
103
- name: Make gettext programs available
104
run: |
105
+ brew install gettext
106
echo "::set-env name=PATH::/usr/local/opt/gettext/bin:$PATH"
107
- name: Versions
108
0 commit comments