diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e240ed17..40a7c3f3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,8 +35,9 @@ jobs: yarn.lock .cache **/tsconfig.tsbuildinfo - key: cache-${{ github.ref }} + key: cache-${{ github.ref }}-${{ github.sha }} restore-keys: | + cache-${{ github.ref }}- cache- - name: Config And Install run: |