Skip to content

Commit

Permalink
Update cache key format
Browse files Browse the repository at this point in the history
  • Loading branch information
axelson committed Nov 30, 2024
1 parent 3b33bc1 commit 5b9016e
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 @@ -37,7 +37,7 @@ jobs:
~/.mix
_build
priv/plts
key: ${{ matrix.otp }}-${{ matrix.elixir }}-${{ hashFiles('**/mix.lock') }}
key: otp:${{ matrix.otp }}-elixir:${{ matrix.elixir }}-mix-lock:${{ hashFiles('**/mix.lock') }}
- name: Install Dependencies
run: |
mix local.rebar --force
Expand Down

0 comments on commit 5b9016e

Please sign in to comment.