Disable cache.

This commit is contained in:
Teffen Ellis 2021-09-15 12:09:00 -04:00 committed by Teffen Ellis
parent f885b29675
commit f2e65daca3
1 changed files with 2 additions and 1 deletions

View File

@ -118,7 +118,8 @@ jobs:
yarn-build- yarn-build-
- name: Install dependencies - 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 run: yarn --frozen-lockfile
- name: Build code-server - name: Build code-server