fix: 移除 CI 中多余的 setup-bun 步骤
Some checks failed
CI/CD Pipeline / Code Quality (push) Failing after 31m20s
CI/CD Pipeline / Unit Tests (push) Has been skipped
CI/CD Pipeline / Build Test Image (push) Has been skipped
CI/CD Pipeline / Build Production Image (push) Has been skipped
CI/CD Pipeline / Deploy to Test (push) Has been skipped
CI/CD Pipeline / Deploy to Production (push) Has been skipped

oven/bun:latest 基础镜像已自带 bun,无需通过 action 安装。
同时 oven-sh/setup-bun 在 gitea.com 镜像上不存在。
This commit is contained in:
Wang Zhuoxuan 2026-04-17 12:52:12 +08:00
parent ac2843a3f8
commit bcb6725065

View File

@ -26,9 +26,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install --frozen-lockfile
@ -50,9 +47,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install --frozen-lockfile