Skip to content

Commit

Permalink
Fixing gtar on macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paebbels committed Jan 21, 2025
1 parent 02e3619 commit 3011ac9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@ runs:
fi
if [[ "${{ runner.os }}" == "macOS" ]]; then
printf "::group::${ANSI_LIGHT_BLUE}%s${ANSI_NOCOLOR}\n" "Install newer 'bash' via homebrew ..."
brew install bash
printf "::endgroup::\n"
tarProg="gtar"
else
tarProg="tar"
Expand Down

0 comments on commit 3011ac9

Please sign in to comment.