Skip to content

Commit

Permalink
fixed for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
xucian committed Nov 8, 2021
1 parent 3716afb commit 5224bc1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ runs:
shell: bash
run: |
echo TODO this is not a long term solution as each job in each workflow file needs to execute this
sudo chown -R $USER:$USER $GITHUB_WORKSPACE
# Commented: on macOS, group $USER doesn't seem to exist, so it's better to use just user
# sudo chown -R $USER:$USER $GITHUB_WORKSPACE
sudo chown -R $USER: $GITHUB_WORKSPACE

0 comments on commit 5224bc1

Please sign in to comment.