diff --git a/.github/workflows/mac-make.yaml b/.github/workflows/mac-make.yaml index 1747d60..6b21139 100644 --- a/.github/workflows/mac-make.yaml +++ b/.github/workflows/mac-make.yaml @@ -13,13 +13,9 @@ jobs: - uses: actions/checkout@v3 - name: Install GNU tar and GNU awk run: | - type gtar - gtar --version brew install gawk - ls /opt/homebrew/bin echo ${PATH} - type tar - type gtar + type gawk || true - name: make run: make - name: Create tar and zip files