Skip to content

Commit

Permalink
Try adding /usr/local/opt to $GITHUB_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerb9 committed Mar 14, 2024
1 parent ff4c11d commit f3a7ebc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/mac-make.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: 'Exporting brew PATH'
run: echo "/usr/local/opt" >> $GITHUB_PATH
- name: Install GNU awk
run: |
echo "${PATH}"
type cc || true
type gcc || true
brew install gawk
brew --prefix gcc
- name: make
run: make
- name: Create tar and zip files
Expand Down

0 comments on commit f3a7ebc

Please sign in to comment.