Skip to content

Commit

Permalink
Ensure home and config directories accessible
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Jan 17, 2025
1 parent d58b85c commit ef8a75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup/directories/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ runs:
shell: bash
run: |
sudo chmod -R go-w /usr/share
chmod -v go-w $HOME $HOME/.config || :
chmod -v u+rwX,go-w $HOME $HOME/.config $HOME/.local || :
declare -a dirs # -A is not supported by old bash, e.g. macos
SAVE_IFS="$IFS" IFS=:; set $PATH
for d do
Expand Down

0 comments on commit ef8a75f

Please sign in to comment.