Skip to content

Commit

Permalink
Merge pull request #457 from kianmeng/migrate-to-erlef-setup-beam
Browse files Browse the repository at this point in the history
Migrate GitHub Actions to erlef/setup-beam
  • Loading branch information
evnu committed May 27, 2022
2 parents adc0b9d + ba12d14 commit 170c218
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 @@ -60,7 +60,7 @@ jobs:
override: true

- name: Install Erlang/Elixir
uses: erlef/setup-elixir@v1
uses: erlef/setup-beam@v1
with:
otp-version: "25.0.0"
elixir-version: "1.13.4"
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
override: true

- name: Install Erlang/Elixir
uses: erlef/setup-elixir@v1
uses: erlef/setup-beam@v1
with:
otp-version: "24.1.7"
elixir-version: 1.13
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
uses: actions/checkout@v1

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

0 comments on commit 170c218

Please sign in to comment.