-
-
Notifications
You must be signed in to change notification settings - Fork 289
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
Reading version from .ruby-version
and Windows support
#4
Comments
.ruby-version
and Windows support
Unfortunately I think that syntax doesn't work and GitHub Actions is fairly restrictive on values for Maybe I should add a special value like |
For the first question, as you presumed it didn't worked. And for P.S.: Thank you so much for this great action and taking care of building ruby for us! |
Could you give me an example of the format you use for |
It works with a61be15, thank you for the suggestion. Using - uses: eregon/use-ruby-action@master should be enough if there is a You can also set it explicitly to - uses: eregon/use-ruby-action@master
with:
ruby-version: .ruby-version |
@eregon Thank you one more time for quick solution on this case. First option is the most cleaner. I always have Have a nice week! |
What is the best way of reading ruby version from
.ruby-version
file?Something like:
Also, I didn't want to open an another issue for this but do you plan to support Windows? It would be awesome if we can get the windows builds.Windows support is live. Thank you.The text was updated successfully, but these errors were encountered: