Skip to content

Commit c5d4d5d

Browse files
committed
feat(ci): add VSCODE_CACHE_VERSION
1 parent 0f5d8d3 commit c5d4d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
vendor/modules/code-oss-dev/out-build
153153
vendor/modules/code-oss-dev/out-vscode-reh-web
154154
vendor/modules/code-oss-dev/out-vscode-reh-web-min
155-
key: vscode-reh-build-${{ steps.vscode-rev.outputs.rev }}
155+
key: vscode-reh-build-${{ secrets.VSCODE_CACHE_VERSION }}-${{ steps.vscode-rev.outputs.rev }}
156156

157157
- name: Build vscode
158158
if: steps.cache-vscode-2.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)