cocoa-xu/Install Erlang/OTP

Download and set up a precompiled Erlang/OTP for the current runner from cocoa-xu/otp-build.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
otp_versionOTP version or requirement. An exact version (e.g. "27.2") matches that release exactly; an Elixir-style requirement resolves to the highest available release that satisfies it: "~> 27" (any 27.x), "~> 27.1" (>= 27.1, < 28), ">= 26.2", "< 28", etc.no
otp-versionAlias for otp_version.no
install-dirDirectory to extract Erlang/OTP into.no.otp
add-to-pathAppend the OTP bin directory to PATH (via GITHUB_PATH).notrue
repositoryThe otp-build repository to download releases from.nococoa-xu/otp-build
tokenToken used to list releases when resolving a requirement (exact versions need no token).no${{ github.token }}
namedescription
otp-versionThe concrete OTP version that was resolved and installed.
install-dirAbsolute path the archive was extracted to.
bindirAbsolute path of the OTP bin directory (added to PATH).
erl-rootdirValue exported as ERL_ROOTDIR.
tripletThe detected platform triplet (e.g. x86_64-linux-gnu).