taure/Erlang Setup
Setup Erlang/OTP, rebar3, and restore build caches
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| otp-version | Erlang/OTP version to install | no | "" |
| rebar3-version | Rebar3 version to install | no | 3 |
| version-file | File to read versions from (.tool-versions or mise.toml) | no | "" |
| version-type | Version match type (strict or loose). Defaults to strict when version-file is set. | no | "" |
| cache-key-prefix | Custom cache key prefix | no | erlang-ci |
| ssh-key | SSH private key for accessing private dependencies | no | "" |
Outputs
| name | description |
|---|---|
| otp-version | Installed OTP version |
| rebar3-version | Installed rebar3 version |
| cache-hit | Whether build cache was hit |