Skip to content

Commit

Permalink
MacOS brew's GNU AWK is named gawk
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerb9 committed Mar 14, 2024
1 parent 034de34 commit 951b9bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/mac-make.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ jobs:
- name: Install GNU tar and GNU awk
run: |
brew update
brew install gnu-awk
brew install gawk
brew install gnu-tar
ls /opt/homebrew/bin
echo ${PATH}
type tar
type gnu-tar
type gtar
- name: make
run: make
Expand Down

0 comments on commit 951b9bc

Please sign in to comment.