-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fails to cache on macos-13 #18
Comments
The successful cases have a
|
If you run it in GHA with debug mode on, do the logs reveal anything? |
Nope, I got the same information. |
I got a list of all the files in the runner and the two paths that can be cached do not exist. I'm at the start of a conversion from C to rust. |
This should maybe do it: #19 I'm not 100% sure how GH handles loading cache with paths that were skipped. |
Ok I tagged those changes, retry the pipeline and see if it works. |
It works, thanks. 👍 |
Sweet, thanks for reporting. |
The post step of this github action fails on macos-13 with:
No idea what command line is being tried, it is printed in the other 2 successful cases but not in this case.
Workflow (clipped):
The text was updated successfully, but these errors were encountered: