Skip to content

Commit

Permalink
cleanup, git permission fix works
Browse files Browse the repository at this point in the history
  • Loading branch information
huss committed Aug 27, 2023
1 parent ff44fb7 commit 88763bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ jobs:
# https://github.com/actions/checkout/issues/1048
# TODO Remove once final fix is in for GitHub workflows.
- name: make git permissions ok
# run: mkdir -p /home/runner/work/_temp/_github_home && printf "[safe]\n\tdirectory = /github/workspace" > /home/runner/work/_temp/_github_home/.gitconfig
run: chown -R $(id -u):$(id -g) $PWD

- name: Install dependencies
Expand Down

0 comments on commit 88763bb

Please sign in to comment.