From 0e8ef4947d6dadcbec94c3fb24692da362e47f0d Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Tue, 19 Jul 2022 10:01:05 -0700 Subject: [PATCH] Update .github/workflows/ci.yaml Co-authored-by: Asher --- .github/workflows/ci.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8a2748337..a4fe31026 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -147,8 +147,10 @@ jobs: id: version run: echo "::set-output name=version::$(jq -r .version package.json)" - # We need to rebuild when we have a new version of Code or when any of - # the patches changed. Use VSCODE_CACHE_VERSION to force a rebuild. + # We need to rebuild when we have a new version of Code, when any of + # the patches changed, or when the code-server version changes (since + # it gets embedded into the code). Use VSCODE_CACHE_VERSION to + # force a rebuild. - name: Fetch prebuilt Code package from cache id: cache-vscode uses: actions/cache@v3