Skip to content

Commit 77add76

Browse files
committed
Fix CI cache
1 parent 3f21c49 commit 77add76

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
- uses: actions/cache@v5
4141
with:
4242
path: ${{ env.ACTION_CACHE_PATH }}
43+
key: ${{ runner.os }}
4344
- run: bun install
4445
- run: bun run build
4546
- run: bun run test

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- uses: actions/cache@v5
2727
with:
2828
path: ${{ env.ACTION_CACHE_PATH }}
29+
key: ${{ runner.os }}
2930
- uses: withastro/action@v6
3031
with:
3132
path: ./docs/

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
- uses: actions/cache@v5
4444
with:
4545
path: ${{ env.ACTION_CACHE_PATH }}
46+
key: ${{ runner.os }}
4647
- run: bun install
4748
- run: bun run build
4849
- run: bun run test

0 commit comments

Comments
 (0)