Skip to content

Commit

Permalink
prioritize gmake
Browse files Browse the repository at this point in the history
  • Loading branch information
Randomblock1 committed Dec 15, 2020
1 parent 2b3f085 commit d3c2142
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 @@ -21,7 +21,7 @@ runs:
run: |
brew install ldid make
echo "THEOS=$GITHUB_WORKSPACE/${{ inputs.theos-dir }}" >> $GITHUB_ENV
echo "PATH=$PATH:/usr/local/opt/make/libexec/gnubin" >> $GITHUB_ENV
echo PATH=\"$(brew --prefix make)/libexec/gnubin:\$PATH\" >> $GITHUB_ENV
echo "Succesfully installed tools!"
- name: get theos
Expand Down

0 comments on commit d3c2142

Please sign in to comment.