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 9a9a568 commit c210892Copy full SHA for c210892
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
id: mix-cache # id to use in retrieve action
37
with:
38
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)) }}
+ key: ${{ runner.os }}-Elixir-v${{ matrix.elixir }}-OTP-${{ matrix.otp }}-${{ hashFiles(format('{0}/{1}/mix.lock', github.workspace, matrix.working_directory)) }}-v1
40
- name: Install dependencies
41
if: ${{ steps.mix-cache.outputs.cache-hit != 'true' }}
42
run: mix deps.get
0 commit comments