From 8468fb3fe765f492f6b57d5324cb8adc465578c4 Mon Sep 17 00:00:00 2001 From: b9 Date: Wed, 13 Mar 2024 19:17:27 -0700 Subject: [PATCH] Yikes! brew on MacOS is going crazy 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. --- .github/workflows/mac-make.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/mac-make.yaml b/.github/workflows/mac-make.yaml index 6b850f2..50c9b9c 100644 --- a/.github/workflows/mac-make.yaml +++ b/.github/workflows/mac-make.yaml @@ -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