Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeland73 committed May 8, 2024
1 parent 9013e42 commit 4768865
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ runs:
shell: bash
run: |
if [ "$RUNNER_OS" == "macOS" ]; then
which tar
which gtar
which bsdtar
sudo mv /usr/local/bin/gtar /usr/local/bin/gtar.orig
echo "#!/bin/sh" >> /usr/local/bin/gtar
echo 'exec sudo /usr/local/bin/gtar.orig "$@"' >> /usr/local/bin/gtar
Expand Down

0 comments on commit 4768865

Please sign in to comment.