Skip to content

Commit 3eb946c

Browse files
authored
Fix and migrate GitHub Actions to erlef/setup-beam (#288)
See erlef/setup-beam#20
1 parent 75034be commit 3eb946c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v2
2727

28-
- uses: erlef/setup-elixir@v1
28+
- uses: erlef/setup-beam@v1
2929
with:
3030
otp-version: ${{ matrix.pair.otp }}
3131
elixir-version: ${{ matrix.pair.elixir }}
@@ -43,7 +43,7 @@ jobs:
4343
run: mix deps.get && mix deps.unlock --check-unused
4444
if: ${{ matrix.lint }}
4545

46-
- Compile with --warnings-as-errors
46+
- name: Compile with --warnings-as-errors
4747
run: mix compile --warnings-as-errors
4848
if: ${{ matrix.lint }}
4949

0 commit comments

Comments
 (0)