erlangsters/setup-erlang
Set up a specific version of Erlang in your Github Actions workflow (optionally with rebar3).
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| erlang-version | Version of Erlang/OTP to set up. | — | — |
| install-rebar3 | Whether to install rebar3 script. | — | false |
Outputs
| name | description |
|---|---|
| erlang-version | Erlang/OTP version that was installed. |
| erlang-location | The absolute path of the Erlang/OTP installation location. |