We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bccd3ee commit b3768b3Copy full SHA for b3768b3
.github/workflows/build_wheels.yml
@@ -72,6 +72,7 @@ jobs:
72
with:
73
key: ${{ matrix.os }}
74
max-size: 5G
75
+ append-timestamp: false
76
- name: remove old clang and link clang-15 to clang
77
if: matrix.os == 'ubuntu-20.04'
78
run: |
@@ -189,6 +190,7 @@ jobs:
189
190
191
192
193
194
- name: Run chdb/build.sh
195
timeout-minutes: 300
196
@@ -301,6 +303,7 @@ jobs:
301
303
302
304
305
306
307
- name: Prepare chdb/build.sh
308
309
python3 -m pip install pybind11
@@ -376,4 +379,4 @@ jobs:
376
379
377
380
# #build for macos12 arm64(Apple Silicon)
378
381
# build_wheels_macos_arm64:
-
382
+
0 commit comments