Skip to content

Commit

Permalink
Okay, so MacOS brew already has gcc, but where?
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerb9 committed Mar 14, 2024
1 parent ca6075d commit 329aebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mac-make.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install GNU awk
run: |
brew install gawk
brew install gcc
brew info gcc
- name: make
run: make
- name: Create tar and zip files
Expand Down

0 comments on commit 329aebe

Please sign in to comment.