Skip to content

Commit

Permalink
fix: debug run
Browse files Browse the repository at this point in the history
  • Loading branch information
gnuton committed Feb 5, 2024
1 parent 0e5d050 commit bab62ac
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,8 @@ jobs:
- name: Fix permissions in docker image
if: matrix.cfg.skip == false
run: |
sudo chown docker:docker /github/home /home/docker /project -R
echo "hack from https://github.com/actions/checkout/issues/1014"
sudo mkdir -m 1777 /__w
- name: Setup git config
sudo chown docker:docker /github/home /home/docker /project /__w -R
- name: Setup git config
if: matrix.cfg.skip == false
run: |
git config --global user.email "[email protected]"
Expand Down

0 comments on commit bab62ac

Please sign in to comment.