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 e076dbc commit b5407b3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,14 @@ 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 mkdir /home/runner
sudo chown docker:docker /github/home /home/docker /home/runner /__w /project -R
- name: Setup git config
if: matrix.cfg.skip == false
run: |
git config --global user.email "[email protected]"
git config --global user.name "Circle CI BOT"
git config --global push.default simple
- name: "Fetch code"
if: matrix.cfg.skip == false
run: |
Expand Down

0 comments on commit b5407b3

Please sign in to comment.