diff --git a/.gitea/workflows/deploy-lib.yml b/.gitea/workflows/deploy-lib.yml index b7d14d7..bb2428f 100644 --- a/.gitea/workflows/deploy-lib.yml +++ b/.gitea/workflows/deploy-lib.yml @@ -26,7 +26,7 @@ jobs: - name: Setup Bun uses: oven-sh/setup-bun@v1 with: - no-cache: false + registry-url: "https://registry.npmjs.org" # Install Dependencies - name: Install Dependencies