Skip to content

Commit 1921143

Browse files
authored
Merge pull request #3578 from jepler/fix-mac-actions
build.yml: Fix building mpy-cross-mac
2 parents 30691e6 + 599bacb commit 1921143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
run: echo "$GITHUB_CONTEXT"
132132
- name: Install dependencies
133133
run: |
134-
brew install gettext awscli
134+
brew install gettext
135135
echo >>$GITHUB_PATH /usr/local/opt/gettext/bin
136136
- name: Versions
137137
run: |

0 commit comments

Comments
 (0)