Skip to content

Commit

Permalink
Note that install.sh may fail on GitHub actions (#1499)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Jan 12, 2023
1 parent 6951696 commit fcb71e2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit fcb71e2

Please sign in to comment.