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'
steps:
- uses: actions/checkout@v2
- name: Use actions/setup-elixir
- name: Use erlef/setup-elixir
id: setup-elixir
uses: ./
with:
+1 -3
View File
@@ -2961,9 +2961,7 @@ async function installOTP(version, osVersion) {
return
}
throw new Error(
'@erlef/setup-elixir only supports Ubuntu Linux at this time'
)
throw new Error('@erlef/setup-elixir only supports Ubuntu Linux at this time')
}
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "setup-elixir",
"version": "1.4.1",
"version": "1.6.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "setup-elixir",
"version": "1.4.1",
"version": "1.6.0",
"license": "MIT",
"private": true,
"scripts": {
+1 -3
View File
@@ -28,7 +28,5 @@ async function installOTP(version, osVersion) {
return
}
throw new Error(
'@erlef/setup-elixir only supports Ubuntu Linux at this time'
)
throw new Error('@erlef/setup-elixir only supports Ubuntu Linux at this time')
}