Skip to content

Commit

Permalink
Merge pull request #42 from r8/fix-ci
Browse files Browse the repository at this point in the history
Fix CI workflow
  • Loading branch information
r8 authored May 2, 2021
2 parents 73d0bc2 + ace496e commit 5e56f50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fetch-depth: 0

- name: Setup
uses: actions/setup-elixir@v1
uses: erlef/setup-beam@v1
with:
elixir-version: ${{ matrix.elixir }}
otp-version: ${{ matrix.otp }}
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
fetch-depth: 0

- name: Setup
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 5e56f50

Please sign in to comment.