raulcd commented on code in PR #51378:
URL: https://github.com/apache/arrow/pull/51378#discussion_r4045789433
##########
.github/workflows/matlab.yml:
##########
@@ -165,7 +165,7 @@ jobs:
with:
path: |
${{ steps.ccache-info.outputs.cache-dir }}
- key: matlab-ccache-windows-${{ hashFiles('cpp/**', 'matlab/**') }}
+ key: matlab-ccache-windows-${{ hashFiles('cpp/**', 'matlab/**',
'!matlab/build/**') }}
restore-keys: matlab-ccache-windows-
Review Comment:
It feels like a different thing than what I was trying to do with this PR
(just bump some actions and fix the Windows CI failures). I think we can do it
but I just want to fix CI at this point.
--
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]