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 a539eee commit 86db6e4
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 86db6e4

Please sign in to comment.