github-action
github-action copied to clipboard
1.42 Fails with: "curl: command not found"
This could be run on a self-hosted runner or within a container with Github Actions, so assumptions can't be made about binaries are available in the environment.
In particular, all of them won't include curl.
To make the action more robust, it could try usingwget if curl is not available.
Otherwise, it should be disclaimed in the docs that curl is requirement of the container or host that this Action runs in.