mirror of
https://github.com/coder/code-server.git
synced 2025-08-01 06:23:35 +08:00
Disable cache.
This commit is contained in:

committed by
Teffen Ellis

parent
f885b29675
commit
f2e65daca3
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
@ -118,7 +118,8 @@ jobs:
|
||||
yarn-build-
|
||||
|
||||
- name: Install dependencies
|
||||
if: steps.cache-yarn.outputs.cache-hit != 'true'
|
||||
# TODO@Teffen investigate why this never matches the cache.
|
||||
# if: steps.cache-yarn.outputs.cache-hit != 'true'
|
||||
run: yarn --frozen-lockfile
|
||||
|
||||
- name: Build code-server
|
||||
|
Reference in New Issue
Block a user