From f2e65daca3432b5e94635c464181a54f037ab213 Mon Sep 17 00:00:00 2001 From: Teffen Ellis Date: Wed, 15 Sep 2021 12:09:00 -0400 Subject: [PATCH] Disable cache. --- .github/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ad2dbb0a..ba1c81b6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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