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 f43adf4 commit c7d6e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Fix permissions in docker image
if: matrix.cfg.skip == false
run: |
sudo chown docker:docker /github/home /home/docker /__w /project -R
sudo chown docker:docker /github/home /home/docker /home/runner /__w /project -R
- name: Setup git config
if: matrix.cfg.skip == false
run: |
Expand Down

0 comments on commit c7d6e2e

Please sign in to comment.