Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Switch to using erlef/setup-beam@v1 to set up elixir and otp for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vorce authored and joelremote committed Jun 4, 2021
1 parent 38f31b9 commit c644142
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Elixir
uses: actions/setup-elixir@v1
uses: erlef/setup-beam@v1
with:
elixir-version: '1.10.3'
otp-version: '22.3'
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Elixir
uses: actions/setup-elixir@v1
uses: erlef/setup-beam@v1
with:
elixir-version: ${{ matrix.elixir }}
otp-version: ${{ matrix.otp }}
Expand Down

0 comments on commit c644142

Please sign in to comment.