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