Skip to content

Commit

Permalink
Use erlef/setup-beam (#231)
Browse files Browse the repository at this point in the history
Remove the extra redirection. See erlef/setup-beam#20
  • Loading branch information
kianmeng authored Sep 21, 2022
1 parent 413db8a commit 5592b3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: docker-compose up --detach

- name: Install OTP and Elixir
uses: erlef/setup-elixir@v1
uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.otp}}
elixir-version: ${{matrix.elixir}}
Expand Down

0 comments on commit 5592b3c

Please sign in to comment.