This commit is contained in:
Eric Meadows-Jönsson
2021-01-21 14:20:44 +00:00
parent b9b3074680
commit 885971a72e
5 changed files with 5 additions and 9 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
elixir-version: '1.11.0-rc.0' elixir-version: '1.11.0-rc.0'
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Use actions/setup-elixir - name: Use erlef/setup-elixir
id: setup-elixir id: setup-elixir
uses: ./ uses: ./
with: with:
+1 -3
View File
@@ -2961,9 +2961,7 @@ async function installOTP(version, osVersion) {
return return
} }
throw new Error( throw new Error('@erlef/setup-elixir only supports Ubuntu Linux at this time')
'@erlef/setup-elixir only supports Ubuntu Linux at this time'
)
} }
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "setup-elixir", "name": "setup-elixir",
"version": "1.4.1", "version": "1.6.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "setup-elixir", "name": "setup-elixir",
"version": "1.4.1", "version": "1.6.0",
"license": "MIT", "license": "MIT",
"private": true, "private": true,
"scripts": { "scripts": {
+1 -3
View File
@@ -28,7 +28,5 @@ async function installOTP(version, osVersion) {
return return
} }
throw new Error( throw new Error('@erlef/setup-elixir only supports Ubuntu Linux at this time')
'@erlef/setup-elixir only supports Ubuntu Linux at this time'
)
} }