github-action icon indicating copy to clipboard operation
github-action copied to clipboard

1.42 Fails with: "curl: command not found"

Open markstos opened this issue 1 year ago • 0 comments

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.

markstos avatar Feb 22 '24 18:02 markstos