Compare commits

...

2 Commits

Author SHA1 Message Date
cheney
044e4680f9 Merge remote-tracking branch 'origin/main'
All checks were successful
Build and Deploy / build (push) Successful in 3m44s
2026-04-17 10:12:13 +08:00
cheney
538260998b 使用国内 bun 2026-04-17 09:51:00 +08:00

View File

@ -17,7 +17,10 @@ jobs:
- name: Install Bun
run: |
curl -fsSL https://bun.sh/install | bash
curl -fsSL https://bun.sh/install -o bun_install.sh
# 根据你的系统架构修改 URL例如 Linux x86_64
sed -i 's|bun_uri=.*|bun_uri="https://registry.npmmirror.com/-/binary/bun/bun-v1.3.9/bun-linux-x64.zip"|' bun_install.sh
bash bun_install.sh
export PATH="$HOME/.bun/bin:$PATH"
bun --version