Skip to content

Commit 7559d72

Browse files
committed
Include patch series in VS Code cache key
1 parent f8b67a0 commit 7559d72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ jobs:
194194
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
195195
with:
196196
path: lib/vscode-reh-web-linux-x64
197-
key: vscode-linux-x64-package-${{ secrets.VSCODE_CACHE_VERSION }}-${{ steps.vscode-rev.outputs.rev }}-${{ hashFiles('patches/*.diff', 'ci/build/build-vscode.sh') }}
197+
key: vscode-linux-x64-package-${{ secrets.VSCODE_CACHE_VERSION }}-${{ steps.vscode-rev.outputs.rev }}-${{ hashFiles('patches/*.diff', 'patches/series', 'ci/build/build-vscode.sh') }}
198198
- name: Build vscode
199199
if: steps.cache-vscode.outputs.cache-hit != 'true'
200200
run: |

0 commit comments

Comments
 (0)