Skip to content

Commit b7fe9db

Browse files
[ci] Bump sccache key version to invalidate the old cache
1 parent 8a1837f commit b7fe9db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-toolchain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
- name: Prepare sccache timestamp
116116
id: cache_key
117117
run: |
118-
echo "SCCACHE_KEY=${{ matrix.target }}-${{ env.TOOLCHAIN_CHANNEL }}-sccache-v13-$(date +'%Y-%m-%d-%I-%M-%S')" >> $GITHUB_OUTPUT
118+
echo "SCCACHE_KEY=${{ matrix.target }}-${{ env.TOOLCHAIN_CHANNEL }}-sccache-v14-$(date +'%Y-%m-%d-%I-%M-%S')" >> $GITHUB_OUTPUT
119119
120120
- name: Check Xcode version
121121
if: ${{ startsWith(matrix.build_os, 'macos-') }}

0 commit comments

Comments
 (0)