Skip to content

Commit 3207813

Browse files
committed
debug ccache
1 parent ab36f80 commit 3207813

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/build_macos_x86_wheels.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@ jobs:
2525
runs-on: macos-15-intel
2626
timeout-minutes: 600
2727
steps:
28+
- name: ccache
29+
uses: hendrikmuhs/ccache-action@v1.2
30+
with:
31+
key: ${{ runner.os }}-x86_64-ccache
32+
max-size: 10G
33+
append-timestamp: true
34+
env:
35+
CCACHE_HASHDIR: false
2836
- name: Setup pyenv
2937
run: |
3038
curl https://pyenv.run | bash
@@ -122,12 +130,6 @@ jobs:
122130
- name: Update submodules
123131
run: |
124132
git submodule update --init --recursive --jobs 4
125-
- name: ccache
126-
uses: hendrikmuhs/ccache-action@v1.2
127-
with:
128-
key: ${{ runner.os }}-x86_64-ccache
129-
max-size: 10G
130-
append-timestamp: true
131133
- name: Run chdb/build.sh
132134
timeout-minutes: 600
133135
run: |

0 commit comments

Comments
 (0)