mirror of https://github.com/coder/code-server.git
Update .github/workflows/ci.yaml
Co-authored-by: Asher <ash@coder.com>
This commit is contained in:
parent
3cd3475540
commit
0e8ef4947d
|
@ -147,8 +147,10 @@ jobs:
|
||||||
id: version
|
id: version
|
||||||
run: echo "::set-output name=version::$(jq -r .version package.json)"
|
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
|
# We need to rebuild when we have a new version of Code, when any of
|
||||||
# the patches changed. Use VSCODE_CACHE_VERSION to force a rebuild.
|
# 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
|
- name: Fetch prebuilt Code package from cache
|
||||||
id: cache-vscode
|
id: cache-vscode
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
|
|
Loading…
Reference in New Issue