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 8820b1e commit dc8c8c9Copy full SHA for dc8c8c9
.github/workflows/test.yml
@@ -38,9 +38,9 @@ jobs:
38
path: |
39
deps
40
_build
41
- key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}
+ key: ${{ runner.os }}-${{ steps.beam.outputs.elixir-version }}-${{ steps.beam.outputs.otp-version }}--mix-${{ hashFiles('**/mix.lock') }}
42
restore-keys: |
43
- ${{ runner.os }}-mix-
+ ${{ runner.os }}-${{ steps.beam.outputs.elixir-version }}-${{ steps.beam.outputs.otp-version }}--mix-
44
- name: Install dependencies
45
if: steps.cache.outputs.cache-hit != 'true'
46
run: mix deps.get
0 commit comments