Skip to content

Commit

Permalink
Use erlef/setup-beam and bump versions
Browse files Browse the repository at this point in the history
Remove extra redirection. See erlef/setup-beam#20
  • Loading branch information
kianmeng committed Oct 26, 2022
1 parent 7ef7fe8 commit 06e05e7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,16 @@ jobs:
otp: 23.0
- elixir: 1.13.0
otp: 24.1
- elixir: 1.14.1
otp: 25.1
check_warnings: true
check_format: true
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Elixir
uses: erlef/setup-elixir@v1
uses: erlef/setup-beam@v1
with:
elixir-version: ${{ matrix.elixir }}
otp-version: ${{ matrix.otp }}
Expand All @@ -61,7 +63,7 @@ jobs:
run: sudo apt-get install redis-server -y

- name: Restore deps cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
deps
Expand Down

0 comments on commit 06e05e7

Please sign in to comment.