mirror of
https://github.com/erlef/setup-beam.git
synced 2026-07-22 22:56:07 +00:00
v1.6.0
This commit is contained in:
Vendored
+1
-1
@@ -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:
|
||||
|
||||
Vendored
+1
-3
@@ -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')
|
||||
}
|
||||
|
||||
|
||||
|
||||
Generated
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "setup-elixir",
|
||||
"version": "1.4.1",
|
||||
"version": "1.6.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "setup-elixir",
|
||||
"version": "1.4.1",
|
||||
"version": "1.6.0",
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
||||
+1
-3
@@ -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')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user