Skip to content

Commit fb2d4b3

Browse files
committed
Also bump cache on Windows
1 parent c5f1651 commit fb2d4b3

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
@@ -86,7 +86,7 @@ jobs:
8686
id: mix-cache # id to use in retrieve action
8787
with:
8888
path: ${{ github.workspace }}\${{ matrix.working_directory }}\deps
89-
key: ${{ runner.os }}-Elixir-v${{ matrix.elixir }}-OTP-${{ matrix.otp }}-${{ hashFiles(format('{0}\{1}\mix.lock', github.workspace, matrix.working_directory)) }}
89+
key: ${{ runner.os }}-Elixir-v${{ matrix.elixir }}-OTP-${{ matrix.otp }}-${{ hashFiles(format('{0}\{1}\mix.lock', github.workspace, matrix.working_directory)) }}-v1
9090
- name: Install dependencies
9191
if: ${{ steps.mix-cache.outputs.cache-hit != 'true' }}
9292
run: mix deps.get

0 commit comments

Comments
 (0)