Skip to content

Commit 4b8c46d

Browse files
authored
CI: use setup-beam (#652)
1 parent c6a4b23 commit 4b8c46d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
MIX_ENV: test
4646
steps:
4747
- uses: actions/checkout@v2
48-
- uses: erlef/setup-elixir@v1
48+
- uses: erlef/setup-beam@v1
4949
with:
5050
otp-version: ${{matrix.otp}}
5151
elixir-version: ${{matrix.elixir}}

0 commit comments

Comments
 (0)