There was an error while loading. Please reload this page.
1 parent 70b6d52 commit f0fe53bCopy full SHA for f0fe53b
.github/workflows/build_macos_arm64_wheels.yml
@@ -128,7 +128,7 @@ jobs:
128
- name: ccache
129
uses: hendrikmuhs/ccache-action@v1.2
130
with:
131
- key: ${{ matrix.os }}
+ key: ${{ runner.os }}-arm64-ccache
132
max-size: 5G
133
append-timestamp: true
134
- name: Run chdb/build.sh
.github/workflows/build_macos_x86_wheels.yml
@@ -121,6 +121,12 @@ jobs:
121
- name: Update submodules
122
run: |
123
git submodule update --init --recursive --jobs 4
124
+ - name: ccache
125
+ uses: hendrikmuhs/ccache-action@v1.2
126
+ with:
127
+ key: ${{ runner.os }}-x86_64-ccache
+ max-size: 5G
+ append-timestamp: true
timeout-minutes: 600
0 commit comments