We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b22e444 commit ee9a637Copy full SHA for ee9a637
.github/workflows/ci.yaml
@@ -156,7 +156,7 @@ jobs:
156
uses: actions/cache@v3
157
with:
158
path: lib/vscode-reh-web-*
159
- key: vscode-reh-package-${{ secrets.VSCODE_CACHE_VERSION }}-${{ steps.vscode-rev.outputs.rev }}-${{ steps.version.outputs.version }}-${{ hashFiles('patches/*.diff') }}
+ key: vscode-reh-package-${{ secrets.VSCODE_CACHE_VERSION }}-${{ steps.vscode-rev.outputs.rev }}-${{ steps.version.outputs.version }}-${{ hashFiles('patches/*.diff', 'ci/build/build-vscode.sh') }}
160
161
- name: Build vscode
162
if: steps.cache-vscode.outputs.cache-hit != 'true'
0 commit comments