ci: Use turbo for build cache (no-changelog) (#9696)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-07-05 17:43:52 +02:00
committed by GitHub
parent bbb2296b3d
commit b910ed6847
9 changed files with 126 additions and 44 deletions

View File

@@ -21,6 +21,9 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Setup build cache
uses: rharkor/caching-for-turbo@v1.5
- name: Build
run: pnpm build