Skip to content

Commit 699f78c

Browse files
committed
Disable cache.
1 parent b9d79dc commit 699f78c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@ jobs:
118118
yarn-build-
119119
120120
- name: Install dependencies
121-
if: steps.cache-yarn.outputs.cache-hit != 'true'
121+
# TODO@Teffen investigate why this never matches the cache.
122+
# if: steps.cache-yarn.outputs.cache-hit != 'true'
122123
run: yarn --frozen-lockfile
123124

124125
- name: Build code-server

0 commit comments

Comments
 (0)