raulcd commented on code in PR #47943:
URL: https://github.com/apache/arrow/pull/47943#discussion_r2464921908


##########
.github/workflows/dev.yml:
##########
@@ -60,7 +60,9 @@ jobs:
       - name: Cache pre-commit
         uses: actions/cache@v4
         with:
-          path: ~/.cache/pre-commit
+          path: |
+            ~/.cache/pre-commit
+            ~/.local/share/renv/cache

Review Comment:
   I think this would be a good approach so we get other PRs and main green 
again.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to