Skip to content

Commit 0e8ef49

Browse files
jsjoeiocode-asher
andauthored
Update .github/workflows/ci.yaml
Co-authored-by: Asher <ash@coder.com>
1 parent 3cd3475 commit 0e8ef49

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,10 @@ jobs:
147147
id: version
148148
run: echo "::set-output name=version::$(jq -r .version package.json)"
149149

150-
# We need to rebuild when we have a new version of Code or when any of
151-
# the patches changed. Use VSCODE_CACHE_VERSION to force a rebuild.
150+
# We need to rebuild when we have a new version of Code, when any of
151+
# the patches changed, or when the code-server version changes (since
152+
# it gets embedded into the code). Use VSCODE_CACHE_VERSION to
153+
# force a rebuild.
152154
- name: Fetch prebuilt Code package from cache
153155
id: cache-vscode
154156
uses: actions/cache@v3

0 commit comments

Comments
 (0)