diff options
| author | Jeff Epler <jepler@gmail.com> | 2020-04-24 09:28:12 -0500 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2020-04-24 09:28:12 -0500 |
| commit | f1bf4de452ad16b18cb7fab480732f6ef535eba4 (patch) | |
| tree | a234c6d53e8548abea4d9868ce79a80d4265babc /.github | |
| parent | 7126a2f5221ac15fdd53c9a78d0680569a7aa546 (diff) | |
brew install just for safetys sake
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4e4b8bd0b..91bc6f4a3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -102,6 +102,7 @@ jobs: run: echo "$GITHUB_CONTEXT" - name: Make gettext programs available run: | + brew install gettext echo "::set-env name=PATH::/usr/local/opt/gettext/bin:$PATH" - name: Versions run: | |
