Merge pull request #3578 from jepler/fix-mac-actions

build.yml: Fix building mpy-cross-mac
This commit is contained in:
Scott Shawcroft 2020-10-21 12:45:16 -07:00 committed by GitHub
commit 1921143838
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: |