You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the best way of reading ruby version from .ruby-version file?
Something like:
- uses: eregon/use-ruby-action@masterwith:
ruby-version: "$(cat .ruby-version)"# or similar
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.