We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5f1651 commit fb2d4b3Copy full SHA for fb2d4b3
.github/workflows/ci.yml
@@ -86,7 +86,7 @@ jobs:
86
id: mix-cache # id to use in retrieve action
87
with:
88
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)) }}
+ key: ${{ runner.os }}-Elixir-v${{ matrix.elixir }}-OTP-${{ matrix.otp }}-${{ hashFiles(format('{0}\{1}\mix.lock', github.workspace, matrix.working_directory)) }}-v1
90
- name: Install dependencies
91
if: ${{ steps.mix-cache.outputs.cache-hit != 'true' }}
92
run: mix deps.get
0 commit comments