Skip to content

Commit dc8c8c9

Browse files
committed
cache key
1 parent 8820b1e commit dc8c8c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
path: |
3939
deps
4040
_build
41-
key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
41+
key: ${{ runner.os }}-${{ steps.beam.outputs.elixir-version }}-${{ steps.beam.outputs.otp-version }}--mix-${{ hashFiles('**/mix.lock') }}
4242
restore-keys: |
43-
${{ runner.os }}-mix-
43+
${{ runner.os }}-${{ steps.beam.outputs.elixir-version }}-${{ steps.beam.outputs.otp-version }}--mix-
4444
- name: Install dependencies
4545
if: steps.cache.outputs.cache-hit != 'true'
4646
run: mix deps.get

0 commit comments

Comments
 (0)