Skip to content

Commit bca9a40

Browse files
ci: bump up cache version for invalidation
1 parent 5e20bb0 commit bca9a40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-toolchain.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,12 +225,12 @@ jobs:
225225
run: |
226226
xcodebuild -version
227227
228-
- uses: actions/cache@v1
228+
- uses: actions/cache@v3
229229
with:
230230
path: build-cache
231-
key: ${{ matrix.target }}-sccache-v11-${{ steps.cache_timestamp.outputs.timestamp }}
231+
key: ${{ matrix.target }}-sccache-v12-${{ steps.cache_timestamp.outputs.timestamp }}
232232
restore-keys: |
233-
${{ matrix.target }}-sccache-v11-
233+
${{ matrix.target }}-sccache-v12-
234234
235235
- name: Clean build directory
236236
if: ${{ matrix.clean_build_dir }}

0 commit comments

Comments
 (0)