Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
gnuton committed Jan 25, 2024
1 parent 8fd1d6d commit 62ac091
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,7 @@ jobs:
steps:
- name: Fix permissions in docker image
run: |
sudo rm -Rf /github/home
sudo ln -s /home/docker /github/home
sudo chown docker:docker /home/docker /project -R
sudo chown docker:docker /github/home /home/docker /project -R
- name: Setup git config
run: |
# setup the username and email. I tend to use 'GitHub Actions Bot' with no email by default
Expand Down

0 comments on commit 62ac091

Please sign in to comment.