Skip to content

Commit

Permalink
MacOS already has gtar in /usr/local/bin?
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerb9 committed Mar 14, 2024
1 parent f4ae21d commit 6c1fd4d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/mac-make.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6c1fd4d

Please sign in to comment.