From be9e3c2b451073cc834d6a04086a860a8f80816f Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 9 Feb 2025 02:54:59 +0900 Subject: [PATCH] Update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 156b03f0..e4b103d7 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ On Linux, if any required tools are missing, this action will attempt to install On other platforms, at least the following tools are required: - bash 3.2+ -- jq 1.3+ +- jq 1.3+ (only on non-Windows platforms) - curl 7.34+ (or RHEL7/CentOS7's patched curl 7.29) Known environments affected by the above version requirements are CentOS 6 (EoL on 2020-11) using curl 7.19, and Ubuntu 12.04 (EoL on 2017-04) using curl 7.22 (see "Install requirements" in [our CI config](https://github.com/taiki-e/install-action/blob/HEAD/.github/workflows/ci.yml) for example of workaround).