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 7474 with :
7575 key : ${{ matrix.os }}-${{ github.ref_name }}
7676 max-size : 5G
77- append-timestamp : false
77+ append-timestamp : true
7878 - name : remove old clang and link clang-15 to clang
7979 if : matrix.os == 'ubuntu-20.04'
8080 run : |
@@ -199,7 +199,7 @@ jobs:
199199 with :
200200 key : ${{ matrix.os }}-${{ github.ref_name }}
201201 max-size : 5G
202- append-timestamp : false
202+ append-timestamp : true
203203 - name : Run chdb/build.sh
204204 timeout-minutes : 300
205205 run : |
@@ -314,7 +314,7 @@ jobs:
314314 with :
315315 key : ${{ matrix.os }}-${{ github.ref_name }}
316316 max-size : 5G
317- append-timestamp : false
317+ append-timestamp : true
318318 - name : Prepare chdb/build.sh
319319 run : |
320320 python3 -m pip install pybind11
You can’t perform that action at this time.
0 commit comments