diff --git a/.gitea/workflows/package.yml b/.gitea/workflows/package.yml index 09458ee..8a1a44d 100644 --- a/.gitea/workflows/package.yml +++ b/.gitea/workflows/package.yml @@ -56,7 +56,7 @@ jobs: - name: Install Bun run: | - curl -fsSL https://bun.sh/install | bash -s -- --bun-release-url https://ghproxy.net/https://github.com/oven-sh/bun/releases/latest/download + GITHUB="https://ghproxy.net/https://github.com" curl -fsSL https://bun.sh/install | bash echo "$HOME/.bun/bin" >> "$GITHUB_PATH" - name: Install dependencies