Skip to content

Commit

Permalink
fix matrix key
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenDE authored Jul 11, 2024
1 parent 32a4270 commit 945de21
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 @@ -23,8 +23,8 @@ jobs:

- uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.pair.otp}}
elixir-version: ${{matrix.pair.elixir}}
otp-version: ${{ matrix.otp }}
elixir-version: ${{ matrix.elixir }}

- uses: actions/cache@v3
with:
Expand Down

0 comments on commit 945de21

Please sign in to comment.