From ff4c11dada31475576f62c29b549d4647018a4a9 Mon Sep 17 00:00:00 2001 From: b9 Date: Wed, 13 Mar 2024 20:18:47 -0700 Subject: [PATCH] Batch processing on a Mac is tiresome --- .github/workflows/mac-make.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mac-make.yaml b/.github/workflows/mac-make.yaml index fbd82d5..761bda3 100644 --- a/.github/workflows/mac-make.yaml +++ b/.github/workflows/mac-make.yaml @@ -14,7 +14,7 @@ jobs: - name: Install GNU awk run: | brew install gawk - brew info gcc + brew --prefix gcc - name: make run: make - name: Create tar and zip files