Skip to content

Commit 59e08c5

Browse files
committed
fix: gmake -> make
1 parent 3252596 commit 59e08c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/brew/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ runs:
66
run: |
77
set -x
88
brew install \
9-
gmake \
9+
make \
1010
bison \
1111
re2c
1212
brew install \

0 commit comments

Comments
 (0)