Skip to content

Commit 4d80276

Browse files
committed
add ccache
1 parent 1113183 commit 4d80276

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build_macos_arm64_wheels.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,12 @@ jobs:
125125
rm -rf ~/.cargo/registry/cache 2>/dev/null || true
126126
echo "=== Disk usage after cleanup ==="
127127
df -h
128+
- name: ccache
129+
uses: hendrikmuhs/ccache-action@v1.2
130+
with:
131+
key: ${{ matrix.os }}
132+
max-size: 5G
133+
append-timestamp: true
128134
- name: Run chdb/build.sh
129135
timeout-minutes: 600
130136
run: |

0 commit comments

Comments
 (0)