Compare commits

..

No commits in common. "044e4680f92a78915fdf48ec27a84260d89ad891" and "8e7eedbec60d9cf551a03c799e947cb2d579e122" have entirely different histories.

View File

@ -17,10 +17,7 @@ jobs:
- name: Install Bun - name: Install Bun
run: | run: |
curl -fsSL https://bun.sh/install -o bun_install.sh curl -fsSL https://bun.sh/install | bash
# 根据你的系统架构修改 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" export PATH="$HOME/.bun/bin:$PATH"
bun --version bun --version