fix: CI
This commit is contained in:
parent
26b0f82358
commit
9a3c321621
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ jobs:
|
||||||
run: apt-get update && apt-get install -y git nodejs npm
|
run: apt-get update && apt-get install -y git nodejs npm
|
||||||
|
|
||||||
- name: Install bun
|
- name: Install bun
|
||||||
run: curl -fsSL https://bun.sh/install | bash
|
run: curl -fsSL https://bun.sh/install | bash && source /root/.bashrc
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue