neiam /action-setup-beam
action-setup-beam
public · Issues · Pulls · Labels · Forks · Compare · Actions queued
⭐
Log in to mark this repository.
Update action.yml with experimental-otp input
2e57bfa · Denis Kulicek · 2020-10-29 13:28
Files changed
modified
action.yml
+3
−0
@@ -9,6 +9,9 @@ inputs:
| 9 | 9 | description: Version range or exact version of Elixir to use |
| 10 | 10 | otp-version: |
| 11 | 11 | description: Version range or exact version of OTP to use |
| 12 | + experimental-otp: | |
| 13 | + description: Whether to use experimental builds of OTP (images have not yet been fully tested include ubuntu-16.04, ubuntu-18.04, ubuntu-20.04) | |
| 14 | + default: false | |
| 12 | 15 | install-hex: |
| 13 | 16 | description: Whether to install Hex |
| 14 | 17 | default: true |
Parents: 7b728b7