-
Notifications
You must be signed in to change notification settings - Fork 312
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
Update ruby/setup-ruby action #285
Comments
I see some discussion related to this here: In your |
@vincerubinetti |
Glad the fix was simple. Going to reopen this because the change need to make it into the base template as well. |
@vincerubinetti I am newbie in frontend dev, but I think in docker file should be edited also. to I think it should be edited. Thanks. |
Possibly. It depends if the issue is with Ruby itself or just the Regardless though, might as well bump it up to the latest version. |
This has fixed it for me! Thanks a lot @vincerubinetti |
Checks
Link to your website repo
https://github.com/dmreslab/DM-res-lab
Version of Lab Website Template you are using
1.2.2
Description
Hi, I used your templete for my research lab homepage. But today, I edited my lab but it gives me following error. I thought I might mistake conducting something, but I did a revert three weeks ago commit. And it gives me same error. I think it is related to ruby version in the github pages and local codes. What should I do? Please solve the issue.
Thanks,
Sang Ho Park
Run ruby/setup-ruby@v1.172.0
Error: The current runner (ubuntu-24.04-x64) was detected as self-hosted because the platform does not match a GitHub-hosted runner image (or that image is deprecated and no longer supported).
In such a case, you should install Ruby in the $RUNNER_TOOL_CACHE yourself, for example using https://github.com/rbenv/ruby-build
You can take inspiration from this workflow for more details: https://github.com/ruby/ruby-builder/blob/master/.github/workflows/build.yml
$ ruby-build 3.1.4 /opt/hostedtoolcache/Ruby/3.1.4/x64
Once that completes successfully, mark it as complete with:
$ touch /opt/hostedtoolcache/Ruby/3.1.4/x64.complete
It is your responsibility to ensure installing Ruby like that is not done in parallel.
The text was updated successfully, but these errors were encountered: