File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -90,10 +90,12 @@ jobs:
90
90
id : plt_cache
91
91
with :
92
92
key : |
93
- ${{ runner.os }}-${{ steps.beam.outputs.elixir-version }}-${{ steps.beam.outputs.otp-version }}-plt
93
+ ${{ runner.os }}-${{ steps.beam.outputs.elixir-version }}-${{ steps.beam.outputs.otp-version }}-${{ hashFiles('**/mix.lock') }}
94
94
restore-keys : |
95
- ${{ runner.os }}-${{ steps.beam.outputs.elixir-version }}-${{ steps.beam.outputs.otp-version }}-plt
95
+ ${{ runner.os }}-${{ steps.beam.outputs.elixir-version }}-${{ steps.beam.outputs.otp-version }}-
96
96
path : |
97
+ deps
98
+ _build
97
99
priv/plts
98
100
99
101
- name : Install Dependencies
@@ -112,8 +114,10 @@ jobs:
112
114
id : plt_cache_save
113
115
with :
114
116
key : |
115
- ${{ runner.os }}-${{ steps.beam.outputs.elixir-version }}-${{ steps.beam.outputs.otp-version }}-plt
117
+ ${{ runner.os }}-${{ steps.beam.outputs.elixir-version }}-${{ steps.beam.outputs.otp-version }}-${{ hashFiles('**/mix.lock') }}
116
118
path : |
119
+ deps
120
+ _build
117
121
priv/plts
118
122
119
123
- name : Run dialyzer
You can’t perform that action at this time.
0 commit comments