Skip to content

Commit 3309931

Browse files
committed
fix: deploy file
1 parent 9d629f9 commit 3309931

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
- name: "Install Bun"
2222
uses: "oven-sh/setup-bun@v1"
2323

24+
- name: "Clear Bun cache"
25+
run: "rm -rf ~/.bun/install/cache"
26+
2427
- name: "Install the dependencies"
2528
run: "bun install --frozen-lockfile"
2629

0 commit comments

Comments
 (0)