mirror of https://git.tuxpa.in/a/code-server.git
Disable cache.
This commit is contained in:
parent
f885b29675
commit
f2e65daca3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue