Skip to content

Commit

Permalink
v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ericmj committed Jan 21, 2021
1 parent b9b3074 commit 885971a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dist/.github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 1 addition & 3 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
}


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "setup-elixir",
"version": "1.4.1",
"version": "1.6.0",
"license": "MIT",
"private": true,
"scripts": {
Expand Down
4 changes: 1 addition & 3 deletions src/installer.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
}

0 comments on commit 885971a

Please sign in to comment.