We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f885b29 commit f2e65daCopy full SHA for f2e65da
1 file changed
.github/workflows/ci.yaml
@@ -118,7 +118,8 @@ jobs:
118
yarn-build-
119
120
- name: Install dependencies
121
- if: steps.cache-yarn.outputs.cache-hit != 'true'
+ # TODO@Teffen investigate why this never matches the cache.
122
+ # if: steps.cache-yarn.outputs.cache-hit != 'true'
123
run: yarn --frozen-lockfile
124
125
- name: Build code-server
0 commit comments