Skip to content

Commit

Permalink
change pip cache owner
Browse files Browse the repository at this point in the history
  • Loading branch information
henrygerardmoore committed Oct 3, 2024
1 parent 2d66302 commit 04b5911
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ jobs:
run: cd /colcon_ws/src/fuse
- name: enable clang tidy in pre-commit
run: export PRE_COMMIT_CLANG_TIDY=1
- name: change pip cache owner
run: chown -R $(whoami) /github
- uses: pre-commit/[email protected]
id: precommit
- name: Upload pre-commit changes
Expand Down

0 comments on commit 04b5911

Please sign in to comment.