Skip to content

Commit f0fe53b

Browse files
committed
use ccache
1 parent 70b6d52 commit f0fe53b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/build_macos_arm64_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
- name: ccache
129129
uses: hendrikmuhs/ccache-action@v1.2
130130
with:
131-
key: ${{ matrix.os }}
131+
key: ${{ runner.os }}-arm64-ccache
132132
max-size: 5G
133133
append-timestamp: true
134134
- name: Run chdb/build.sh

.github/workflows/build_macos_x86_wheels.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,12 @@ jobs:
121121
- name: Update submodules
122122
run: |
123123
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
128+
max-size: 5G
129+
append-timestamp: true
124130
- name: Run chdb/build.sh
125131
timeout-minutes: 600
126132
run: |

0 commit comments

Comments
 (0)