Skip to content

Commit

Permalink
ci: ci fix attempt by clearing bun cache
Browse files Browse the repository at this point in the history
  • Loading branch information
bolinocroustibat committed Dec 3, 2024
1 parent 340b907 commit c0feb6f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
with:
bun-version: latest

- name: Clear Bun Cache
run: bun cache clean

- name: Install Dependencies
working-directory: ./frontend
run: bun install
Expand Down

0 comments on commit c0feb6f

Please sign in to comment.