Skip to content

Commit

Permalink
MacOS homebrew experiment #1
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerb9 committed Mar 14, 2024
1 parent cbf4e40 commit 034de34
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/mac-make.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Install GNU tar and GNU awk
run: |
brew update
brew install gnu-awk
brew install gnu-tar
ls /opt/homebrew/bin
echo ${PATH}
type tar
type gnu-tar
type gtar
- name: make
run: make
- name: Create tar and zip files
Expand Down

0 comments on commit 034de34

Please sign in to comment.