@@ -61,11 +61,11 @@ jobs:
61
61
steps :
62
62
- uses : actions/checkout@v4
63
63
- name : ccache
64
- uses :
hendrikmuhs/[email protected] .13
64
+ uses :
hendrikmuhs/[email protected] .14
65
65
with :
66
66
# key: ${{ matrix.os }}-${{ matrix.type }}
67
67
key : ${{ matrix.msystem }}
68
-
68
+
69
69
with :
70
70
cache : true
71
71
release : true
@@ -106,7 +106,7 @@ jobs:
106
106
steps :
107
107
- name : Clone repository
108
108
uses : actions/checkout@v4
109
-
109
+
110
110
with :
111
111
update : true
112
112
install : >-
@@ -153,7 +153,7 @@ jobs:
153
153
- uses : actions/checkout@v4
154
154
155
155
- name : ccache
156
- uses :
hendrikmuhs/[email protected] .13
156
+ uses :
hendrikmuhs/[email protected] .14
157
157
with :
158
158
key : ${{ matrix.cfg.libs }}
159
159
@@ -179,7 +179,7 @@ jobs:
179
179
steps :
180
180
- uses : actions/checkout@v4
181
181
- name : ccache
182
- uses :
hendrikmuhs/[email protected] .13
182
+ uses :
hendrikmuhs/[email protected] .14
183
183
with :
184
184
key : ${{ matrix.cfg.target }}-${{ matrix.cfg.libs }}
185
185
@@ -217,7 +217,7 @@ jobs:
217
217
218
218
- uses : actions/checkout@v4
219
219
- name : ccache
220
- uses :
hendrikmuhs/[email protected] .13
220
+ uses :
hendrikmuhs/[email protected] .14
221
221
with :
222
222
key : ${{ matrix.cfg.target }}-${{ matrix.cfg.libs }}
223
223
@@ -257,7 +257,7 @@ jobs:
257
257
258
258
# - uses: actions/checkout@v4
259
259
# - name: ccache
260
- # uses: hendrikmuhs/[email protected] .13
260
+ # uses: hendrikmuhs/[email protected] .14
261
261
# with:
262
262
# key: ${{ matrix.cfg.target }}-${{ matrix.cfg.libs }}
263
263
@@ -285,7 +285,7 @@ jobs:
285
285
steps :
286
286
- uses : actions/checkout@v4
287
287
- name : ccache
288
- uses :
hendrikmuhs/[email protected] .13
288
+ uses :
hendrikmuhs/[email protected] .14
289
289
with :
290
290
key : ${{ matrix.cfg.target }}-${{ matrix.cfg.opt }}
291
291
0 commit comments