Skip to content

Commit

Permalink
chown more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
henrygerardmoore committed Oct 3, 2024
1 parent 60c46d6 commit 10abfa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- name: enable clang tidy in pre-commit
run: export PRE_COMMIT_CLANG_TIDY=1
- name: change pip cache owner
run: chown -R $(whoami) /github
run: chown -R $(whoami) /github && chown -R $(whoami) /home/runner/work/
- uses: pre-commit/action@v3.0.1
id: precommit
- name: Upload pre-commit changes
Expand Down

0 comments on commit 10abfa4

Please sign in to comment.