Note that install.sh may fail on GitHub actions (#1499)

This commit is contained in:
Casey Rodarmor 2023-01-11 22:44:55 -08:00 committed by GitHub
parent 69516962fb
commit fcb71e2cea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -274,6 +274,12 @@ export PATH="$PATH:$HOME/bin"
just --help 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 ### GitHub Actions
With [extractions/setup-just](https://github.com/extractions/setup-just): With [extractions/setup-just](https://github.com/extractions/setup-just):