From 4c0346ab3e76ce6a061fe6f5938085f64d54e56d Mon Sep 17 00:00:00 2001 From: Rainnny7 Date: Sun, 14 Apr 2024 16:43:35 -0400 Subject: [PATCH] don't setup bun each time --- .gitea/workflows/deploy-lib.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitea/workflows/deploy-lib.yml b/.gitea/workflows/deploy-lib.yml index 91c7b98..e4ad848 100644 --- a/.gitea/workflows/deploy-lib.yml +++ b/.gitea/workflows/deploy-lib.yml @@ -22,10 +22,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - # Setup Bun - - name: Setup Bun - uses: oven-sh/setup-bun@v1 - # Install Dependencies - name: Install Dependencies run: bun install --frozen-lockfile