--- name: Setup Erlang/OTP with optional Elixir and/or rebar3 description: > Set up a specific version of Erlang/OTP, Elixir, and/or rebar3 and add the command-line tools to the PATH author: Erlang Ecosystem Foundation branding: color: blue icon: code inputs: elixir-version: description: Version range or exact version of Elixir to use otp-version: description: Version range or exact version of Erlang/OTP to use install-hex: description: Whether to install Hex default: true install-rebar: description: Whether to install Rebar default: true rebar3-version: description: Version range or exact version of rebar3 to use outputs: elixir-version: description: Exact version of Elixir that was installed otp-version: description: Exact version of Erlang/OTP that was installed rebar3-version: description: Exact version of rebar3 that was installed runs: using: node12 main: dist/index.js