Commit 815060b 1 parent 67547f4 commit 815060b Copy full SHA for 815060b
File tree 1 file changed +3
-10
lines changed
1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 87
87
uses : actions/cache/restore@v4
88
88
id : plt_cache
89
89
with :
90
- key : |
91
- plt-${{ runner.os }}-${{ env.PLT_CACHE_VERSION }}
92
- restore-keys : |
93
- plt-${{ runner.os }}-${{ env.PLT_CACHE_VERSION }}
94
- path : |
95
- priv/plts
90
+ key : plt-${{ runner.os }}-${{ env.PLT_CACHE_VERSION }}
91
+ restore-keys : plt-${{ runner.os }}-${{ env.PLT_CACHE_VERSION }}
96
92
97
93
# Create PLTs if no cache was found
98
94
- name : Create PLTs
@@ -106,10 +102,7 @@ jobs:
106
102
if : steps.plt_cache.outputs.cache-hit != 'true'
107
103
id : plt_cache_save
108
104
with :
109
- key : |
110
- plt-${{ runner.os }}-${{ env.PLT_CACHE_VERSION }}
111
- path : |
112
- priv/plts
105
+ key : plt-${{ runner.os }}-${{ env.PLT_CACHE_VERSION }}
113
106
114
107
- name : Run dialyzer
115
108
run : mix dialyzer
You can’t perform that action at this time.
0 commit comments