Skip to content

Commit

Permalink
Migrate GitHub Actions to erlef/setup-beam
Browse files Browse the repository at this point in the history
  • Loading branch information
kianmeng authored and edgurgel committed Jun 4, 2022
1 parent 9df5bee commit 2281275
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/[email protected]

- name: Install OTP and Elixir
uses: erlef/setup-elixir@v1
uses: erlef/setup-beam@v1
with:
otp-version: 24.0
elixir-version: 1.13.4
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v2

- 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 All @@ -64,7 +64,7 @@ jobs:
- uses: actions/checkout@v2

- 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 2281275

Please sign in to comment.