-
Notifications
You must be signed in to change notification settings - Fork 122
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
GH action not working for windows because of wget #1191
Comments
In #769, we've been also having issues with wget being needed. #772 proposed making features optional that were unsupported by busybox. #1125 proposed providing a fallback to another common tool. Our options for this
The question for me is what approach we should take and why. At the outset, I'm not too thrilled about |
Thanks for the informations I'm making a PR to at least have more documentation Also, why not using an "input action" like to use curl or wget or use choco (to install it - on windows) |
Also, why not using Cargo is installed on all runner no ? |
That is a point of discussion in #772
The intention behind pre-built binaries is to avoid the build-time costs. |
Okay, so I propose Add an "input action" like Add an "input action" like if this
|
This actions assumes that
wget
is already installed which is not true forwindows-latest
This produces the error
The action requires
Little bit related to #1095
The text was updated successfully, but these errors were encountered: