diff --git a/.github/workflows/mac-make.yaml b/.github/workflows/mac-make.yaml index 42a454c..00c53b8 100644 --- a/.github/workflows/mac-make.yaml +++ b/.github/workflows/mac-make.yaml @@ -14,6 +14,7 @@ jobs: - name: Install GNU awk run: | brew install gawk + brew install gcc - name: make run: make - name: Create tar and zip files