Skip to content

Commit b7b2128

Browse files
committed
Include Code build script in cache hash
Otherwise if we change the script it will not rebuild Code.
1 parent fe77de9 commit b7b2128

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
@@ -156,7 +156,7 @@ jobs:
156156
uses: actions/cache@v3
157157
with:
158158
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') }}
159+
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') }}
160160

161161
- name: Build vscode
162162
if: steps.cache-vscode.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)