Skip to content

Commit

Permalink
chore: upgrade elixir installer
Browse files Browse the repository at this point in the history
  • Loading branch information
nikcorg committed May 17, 2024
1 parent 56edd8e commit e01b25d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,16 @@ jobs:
build:

name: Build and test
runs-on: ubuntu-latest
runs-on: ubuntu18

steps:
- uses: actions/checkout@v2
- name: Set up Elixir
uses: erlef/setup-elixir@885971a72ed1f9240973bd92ab57af8c1aa68f24
uses: erlef/setup-beam@v1.17.5
with:
elixir-version: '1.10.3' # Define the elixir version [required]
otp-version: '22.3' # Define the OTP version [required]
otp-version: '22.3.1' # Define the OTP version [required]
version-type: 'strict'
- name: Restore dependencies cache
uses: actions/cache@v2
with:
Expand Down

0 comments on commit e01b25d

Please sign in to comment.