Skip to content

Commit

Permalink
Use erlef/setup-beam for GH action (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
kianmeng committed Apr 22, 2022
1 parent c0dedb7 commit d5b5403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: erlef/setup-elixir@v1
- uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.pair.otp}}
elixir-version: ${{matrix.pair.elixir}}
Expand Down

0 comments on commit d5b5403

Please sign in to comment.