There was an error while loading. Please reload this page.
1 parent ab36f80 commit 3207813Copy full SHA for 3207813
.github/workflows/build_macos_x86_wheels.yml
@@ -25,6 +25,14 @@ jobs:
25
runs-on: macos-15-intel
26
timeout-minutes: 600
27
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
36
- name: Setup pyenv
37
run: |
38
curl https://pyenv.run | bash
@@ -122,12 +130,6 @@ jobs:
122
130
- name: Update submodules
123
131
124
132
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
- append-timestamp: true
133
- name: Run chdb/build.sh
134
135
0 commit comments