From fcb71e2cea98aca165b9de118c8b4455c1c485f0 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Wed, 11 Jan 2023 22:44:55 -0800 Subject: [PATCH] Note that install.sh may fail on GitHub actions (#1499) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e1956ce2a4..f5b9584817 100644 --- a/README.md +++ b/README.md @@ -274,6 +274,12 @@ export PATH="$PATH:$HOME/bin" just --help ``` +Note that `install.sh` may fail on GitHub actions, or in other environments +where many machines share IP addresses. `install.sh` calls GitHub APIs in order +to determine the latest version of `just` to install, and those API calls are +rate-limited on a per-IP basis. To make `install.sh` more reliable in such +circumstances, pass a specific tag to install with `--tag`. + ### GitHub Actions With [extractions/setup-just](https://github.com/extractions/setup-just):