-
Notifications
You must be signed in to change notification settings - Fork 29
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
Installation fails on Windows with Github Actions #39
Comments
Having a similar? issue on Windows 10. Note that this is only for v 1.5.4, I am able to successfully install v 1.5.3.
|
Puma uses RuboCop in its CI, which uses jaro_winkler. You might have a look at a workflow I just did a PR for there, which has the most recent actions that are best used with Ruby: |
Thanks for the recommendation @MSP-Greg. For now we disabled installation of rubocop in windows. Do you know what exactly you did to get it installing correctly? |
Well, you said 'we', so I looked to see who we might be. Is this for RMagick? I'll get there, probably tomorrow.
Simply put, connected 'devkit'. What I think you need to do there is install Ruby with the following step:
Until it's working, start with Ruby >= 2.4 |
@MSP-Greg Yeah, on RMagick. If you're game to get it working for us, it would be much appreciated. Otherwise, I'll try poking around in the near future. I think we had |
Re Actions, depending on how one loads Rubies, See rmagick/rmagick#1042. quoting from that PR:
|
Summing up re Actions, Windows, and extension gems:
I think that sums it up. Fell free to close unless you feel this is a jaro_winkler issue. I hate seeing "can't on Windows" issues... |
I'm trying to install this gem in our Github Action using the
windows-latest
OS. Unfortunately, I'm getting the error below. I've seen it succeed in some cases, though, so it doesn't seem to be failing consistently.The text was updated successfully, but these errors were encountered: