ci: fix cache

pull/421/head
undefined 2 years ago
parent 817eac2923
commit 6b9a09570b

@ -35,8 +35,9 @@ jobs:
yarn.lock yarn.lock
.cache .cache
**/tsconfig.tsbuildinfo **/tsconfig.tsbuildinfo
key: cache-${{ github.ref }} key: cache-${{ github.ref }}-${{ github.sha }}
restore-keys: | restore-keys: |
cache-${{ github.ref }}-
cache- cache-
- name: Config And Install - name: Config And Install
run: | run: |

Loading…
Cancel
Save