Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardd committed Mar 21, 2024
1 parent 84060be commit 65c6871
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,8 @@ jobs:
- uses: erlef/setup-beam@v1
name: "Setup Elixir"
with:
otp-version: ${{matrix.otp}}
elixir-version: ${{matrix.elixir}}
version-type: strict
otp-version: ${{matrix.pair.otp}}
elixir-version: ${{matrix.pair.elixir}}
- uses: rrainn/[email protected]
- run: mix deps.get
- run: mix compile
Expand Down

0 comments on commit 65c6871

Please sign in to comment.