Disable cache.
This commit is contained in:
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