Skip to content

Commit c210892

Browse files
committed
Force cache bump
1 parent 9a9a568 commit c210892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
id: mix-cache # id to use in retrieve action
3737
with:
3838
path: ${{ github.workspace }}/${{ matrix.working_directory }}/deps
39-
key: ${{ runner.os }}-Elixir-v${{ matrix.elixir }}-OTP-${{ matrix.otp }}-${{ hashFiles(format('{0}/{1}/mix.lock', github.workspace, matrix.working_directory)) }}
39+
key: ${{ runner.os }}-Elixir-v${{ matrix.elixir }}-OTP-${{ matrix.otp }}-${{ hashFiles(format('{0}/{1}/mix.lock', github.workspace, matrix.working_directory)) }}-v1
4040
- name: Install dependencies
4141
if: ${{ steps.mix-cache.outputs.cache-hit != 'true' }}
4242
run: mix deps.get

0 commit comments

Comments
 (0)