Skip to content

Commit df76dc6

Browse files
committed
Add timestamp for ccache to fix "another job may be creating this cache"
1 parent 69ea6c3 commit df76dc6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
with:
7575
key: ${{ matrix.os }}-${{ github.ref_name }}
7676
max-size: 5G
77-
append-timestamp: false
77+
append-timestamp: true
7878
- name: remove old clang and link clang-15 to clang
7979
if: matrix.os == 'ubuntu-20.04'
8080
run: |
@@ -199,7 +199,7 @@ jobs:
199199
with:
200200
key: ${{ matrix.os }}-${{ github.ref_name }}
201201
max-size: 5G
202-
append-timestamp: false
202+
append-timestamp: true
203203
- name: Run chdb/build.sh
204204
timeout-minutes: 300
205205
run: |
@@ -314,7 +314,7 @@ jobs:
314314
with:
315315
key: ${{ matrix.os }}-${{ github.ref_name }}
316316
max-size: 5G
317-
append-timestamp: false
317+
append-timestamp: true
318318
- name: Prepare chdb/build.sh
319319
run: |
320320
python3 -m pip install pybind11

0 commit comments

Comments
 (0)