summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJeff Epler <jeff@adafruit.com>2020-10-21 20:12:20 -0500
committerGitHub <noreply@github.com>2020-10-21 20:12:20 -0500
commitfa4c4c2c10758a1af3d17a3853610ac9bbcc2a44 (patch)
tree8dec8146369594ea3ded50f968abb2f6fdc3de0c /.github
parent50e90088a2cc260fdc203d54cebd448daa3c30c4 (diff)
parent1921143838d1b245f4205184fb16b64409ddc153 (diff)
Merge pull request #3587 from adafruit/6.0.x
Merge in two fixes from 6.0.x
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 14b5db20c..fa576bbf0 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -131,7 +131,7 @@ jobs:
run: echo "$GITHUB_CONTEXT"
- name: Install dependencies
run: |
- brew install gettext awscli
+ brew install gettext
echo >>$GITHUB_PATH /usr/local/opt/gettext/bin
- name: Versions
run: |