Chore/CI: use fs cache to save bandwidth

This commit is contained in:
SukkaW
2023-12-23 04:27:35 +08:00
parent 7fbd4a570f
commit 230ac3eb18
21 changed files with 358 additions and 206 deletions

View File

@@ -15,6 +15,12 @@ jobs:
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Cache cache.db
uses: actions/cache@v3
with:
path: .cache
key: ${{ runner.os }}-v1
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest