Compare commits
No commits in common. "044e4680f92a78915fdf48ec27a84260d89ad891" and "8e7eedbec60d9cf551a03c799e947cb2d579e122" have entirely different histories.
044e4680f9
...
8e7eedbec6
@ -17,10 +17,7 @@ jobs:
|
||||
|
||||
- name: Install Bun
|
||||
run: |
|
||||
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
|
||||
curl -fsSL https://bun.sh/install | bash
|
||||
export PATH="$HOME/.bun/bin:$PATH"
|
||||
bun --version
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user