Skip to content

Commit

Permalink
Update CI job cache to utilize matrix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vereis committed Nov 15, 2023
1 parent 32ee54e commit ac8a841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
deps
_build
priv/plts
key: ${{ hashFiles('mix.lock') }}-${{ env.ELIXIR_VERSION }}-${{ env.OTP_VERSION }}
key: ${{ hashFiles('mix.lock') }}-${{ matrix.elixir }}-${{ matrix.otp }}
- if: steps.mix-cache.outputs.cache-hit != 'true'
run: mkdir -p priv/plts; mix deps.get; mix deps.compile
- run: mix lint
Expand Down

0 comments on commit ac8a841

Please sign in to comment.