Skip to content

Commit 1d2b29c

Browse files
kateinoigakukunMaxDesiatov
authored andcommitted
ci: bump up cache version for invalidation
1 parent 646e373 commit 1d2b29c

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
@@ -227,12 +227,12 @@ jobs:
227227
run: |
228228
xcodebuild -version
229229
230-
- uses: actions/cache@v1
230+
- uses: actions/cache@v3
231231
with:
232232
path: build-cache
233-
key: ${{ matrix.target }}-sccache-v11-${{ steps.cache_timestamp.outputs.timestamp }}
233+
key: ${{ matrix.target }}-sccache-v12-${{ steps.cache_timestamp.outputs.timestamp }}
234234
restore-keys: |
235-
${{ matrix.target }}-sccache-v11-
235+
${{ matrix.target }}-sccache-v12-
236236
237237
- name: Clean build directory
238238
if: ${{ matrix.clean_build_dir }}

0 commit comments

Comments
 (0)