-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
cache: add sudo as an option #946
Comments
This reverts commit 44c3879. "actions/cache" doesn't support caching system path (yet?), see actions/toolkit#946 [no ci]
That is indeed a critical feature as downloading system packages can take a considerable amount of time. |
Upvote. My usecase is a scenario of UML support in Sphinx, which requires |
Workaround:
|
Thanks for the suggestions @kennytrytek-wf this worked for me! |
I got the error
but this worked instead
|
Describe the enhancement
Many people would like to cache some "system" directory but are not able to since it is the runner user who make the tar.
Adding a sudo option who could be used later by actions/cache will solve the problem
Code Snippet
There are many demands about it :
actions/cache#181 (comment)
actions/cache#133 (comment)
actions/cache#155
actions/cache#324 (comment)
actions/cache#629
The text was updated successfully, but these errors were encountered: