Skip to content

Commit b3768b3

Browse files
committed
Update build_wheels.yml
1 parent bccd3ee commit b3768b3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
with:
7373
key: ${{ matrix.os }}
7474
max-size: 5G
75+
append-timestamp: false
7576
- name: remove old clang and link clang-15 to clang
7677
if: matrix.os == 'ubuntu-20.04'
7778
run: |
@@ -189,6 +190,7 @@ jobs:
189190
with:
190191
key: ${{ matrix.os }}
191192
max-size: 5G
193+
append-timestamp: false
192194
- name: Run chdb/build.sh
193195
timeout-minutes: 300
194196
run: |
@@ -301,6 +303,7 @@ jobs:
301303
with:
302304
key: ${{ matrix.os }}
303305
max-size: 5G
306+
append-timestamp: false
304307
- name: Prepare chdb/build.sh
305308
run: |
306309
python3 -m pip install pybind11
@@ -376,4 +379,4 @@ jobs:
376379

377380
# #build for macos12 arm64(Apple Silicon)
378381
# build_wheels_macos_arm64:
379-
382+

0 commit comments

Comments
 (0)