Skip to content

Commit

Permalink
[Actions] Ensure cache is linked to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyvanderaerden committed Nov 26, 2024
1 parent 2e192a1 commit 166040e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ runs:
path: |
deps
_build
key: ${{hashFiles('mix.lock')}}-${{matrix.otp || '27.x'}}-${{matrix.elixir || '1.17.x'}}
key: ${{github.workflow}}-${{hashFiles('mix.lock')}}-${{matrix.otp || '27.x'}}-${{matrix.elixir || '1.17.x'}}

0 comments on commit 166040e

Please sign in to comment.