Skip to content

Commit

Permalink
Yikes! brew on MacOS is going crazy
Browse files Browse the repository at this point in the history
The runner has used up 5min of CPU time already and is still going
trying to download and recompile zillions of packages. All I did was:

     brew update
     brew install gawk

Let's try it without the update first.
  • Loading branch information
hackerb9 committed Mar 14, 2024
1 parent 951b9bc commit 8468fb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/mac-make.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
- uses: actions/checkout@v3
- name: Install GNU tar and GNU awk
run: |
brew update
type gtar
type gawk
brew install gawk
brew install gnu-tar
ls /opt/homebrew/bin
Expand Down

0 comments on commit 8468fb3

Please sign in to comment.