Skip to content

Commit

Permalink
Include Code build script in cache hash
Browse files Browse the repository at this point in the history
Otherwise if we change the script it will not rebuild Code.
  • Loading branch information
code-asher committed Aug 2, 2022
1 parent b22e444 commit ee9a637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
uses: actions/cache@v3
with:
path: lib/vscode-reh-web-*
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') }}

- name: Build vscode
if: steps.cache-vscode.outputs.cache-hit != 'true'
Expand Down

0 comments on commit ee9a637

Please sign in to comment.