From e3b88ec32ec130d2cdfa1a01febf71d2e873205d Mon Sep 17 00:00:00 2001 From: Rainnny7 Date: Sun, 14 Apr 2024 16:48:15 -0400 Subject: [PATCH] why tf doesnt this cache --- .gitea/workflows/deploy-lib.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitea/workflows/deploy-lib.yml b/.gitea/workflows/deploy-lib.yml index e4ad848..9334112 100644 --- a/.gitea/workflows/deploy-lib.yml +++ b/.gitea/workflows/deploy-lib.yml @@ -22,6 +22,12 @@ jobs: - name: Checkout uses: actions/checkout@v4 + # Setup Bun + - name: Setup Bun + uses: oven-sh/setup-bun@v1 + with: + no-cache: false + # Install Dependencies - name: Install Dependencies run: bun install --frozen-lockfile