mirror of
https://github.com/erlef/setup-beam.git
synced 2026-07-22 22:56:07 +00:00
Initial commit
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
name: Set up Elixir
|
||||
description: Set up an Elixir/OTP environment and add it to the PATH
|
||||
author: GitHub
|
||||
inputs:
|
||||
elixir-version:
|
||||
description: Version range or exact version of Elixir to use
|
||||
otp-version:
|
||||
description: Version range or exact version of OTP to use
|
||||
install-hex:
|
||||
description: Whether to install Hex
|
||||
default: true
|
||||
install-rebar:
|
||||
description: Whether to install Rebar
|
||||
default: true
|
||||
runs:
|
||||
using: node12
|
||||
main: src/setup-elixir.js
|
||||
Reference in New Issue
Block a user