File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7070 - name : ccache
7171 uses :
hendrikmuhs/[email protected] 7272 with :
73- key : ${{ matrix.os }}
73+ key : ${{ matrix.os }}-${{ github.ref_name }}
7474 max-size : 5G
7575 append-timestamp : false
7676 - name : remove old clang and link clang-15 to clang
@@ -195,7 +195,7 @@ jobs:
195195 - name : ccache
196196 uses :
hendrikmuhs/[email protected] 197197 with :
198- key : ${{ matrix.os }}
198+ key : ${{ matrix.os }}-${{ github.ref_name }}
199199 max-size : 5G
200200 append-timestamp : false
201201 - name : Run chdb/build.sh
@@ -310,7 +310,7 @@ jobs:
310310 - name : ccache
311311 uses :
hendrikmuhs/[email protected] 312312 with :
313- key : ${{ matrix.os }}
313+ key : ${{ matrix.os }}-${{ github.ref_name }}
314314 max-size : 5G
315315 append-timestamp : false
316316 - name : Prepare chdb/build.sh
You can’t perform that action at this time.
0 commit comments