Skip to content

Commit 455d1d7

Browse files
Bump up ci cache version
1 parent 733fa12 commit 455d1d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-toolchain.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,9 +245,9 @@ jobs:
245245
timeout-minutes: 30
246246
with:
247247
path: build-cache
248-
key: ${{ matrix.target }}-sccache-v12-${{ steps.cache_timestamp.outputs.timestamp }}
248+
key: ${{ matrix.target }}-sccache-v13-${{ steps.cache_timestamp.outputs.timestamp }}
249249
restore-keys: |
250-
${{ matrix.target }}-sccache-v12-
250+
${{ matrix.target }}-sccache-v13-
251251
252252
- name: Clean build directory
253253
if: ${{ matrix.clean_build_dir }}

0 commit comments

Comments
 (0)