Skip to content

Commit

Permalink
use brew prefix for make
Browse files Browse the repository at this point in the history
  • Loading branch information
Randomblock1 authored Jan 18, 2023
1 parent 999c75b commit f358840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
run: |
brew install ldid make
echo "THEOS=$GITHUB_WORKSPACE/${{ inputs.theos-dir }}" >> $GITHUB_ENV
PATH="/usr/local/opt/make/libexec/gnubin:$PATH" >> $GITHUB_ENV
PATH="$(brew --prefix make)/libexec/gnubin:$PATH" >> $GITHUB_ENV
echo "Succesfully installed tools!"
- name: get theos
Expand Down

0 comments on commit f358840

Please sign in to comment.