ci: set turborepo cache (#213)

This commit is contained in:
藍+85CD
2025-06-18 20:07:57 +08:00
committed by GitHub
parent 66caf3ebb3
commit 40859f44a9
+9
View File
@@ -67,6 +67,15 @@ jobs:
sudo apt update
sudo apt install -y libwebkit2gtk-4.1-dev
# Turborepo
- name: Cache turbo build setup
uses: actions/cache@v4
with:
path: .turbo
key: ${{ runner.os }}-turbo-${{ github.sha }}
restore-keys: |
${{ runner.os }}-turbo-
- uses: pnpm/action-setup@v3
- uses: actions/setup-node@v4
with: