-
Notifications
You must be signed in to change notification settings - Fork 216
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
setup-r-dependencies cache failing on container ghcr.io/r-hub/r-minimal/r-minimal:patched #881
Comments
You can't tar & untar files in This also has nothing to do with our actions. |
Are you saying that our env.R_LIBS_USER is not correct? Because the path is set in setup-r-dependencies and cannot be altered other than with env.R_LIBS_USER actions/setup-r-dependencies/action.yaml Line 135 in fbafc3b
|
Right, you probably do not set To quote the Bug Report template:
|
I see, well Sys.getenv("R_LIBS_USER") gives back
|
There is no such thing as a GitHub env variable. |
I think you got that wrong imho Gabor, please see: https://docs.github.com/en/actions/learn-github-actions/variables#about-variables |
This issue has been automatically locked. If you believe you have found a related problem, please file a new issue and include a link to this issue |
STOP
If you are debugging a failed build or have a question about GitHub Actions in
general do NOT open an issue here. Either post on the Actions sections of
the GitHub Community or the RStudio Community forums.
Open an issue here only if you have a bug in one of the
custom R specific actions themselves.
Describe the bug
We're using pre-built base images in our CI workflow, based on the r-minimal:patched image. Unfortunately caching is failing. See output below.
To Reproduce
Relevant output:
Post Install dependencies:
Expected behavior
To be able to save the cache in order to speed up future runs
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: