fix: CI
Some checks failed
ci / build (push) Successful in 35s
ci / publish-docs (push) Successful in 24s
ci / publish (push) Failing after 56s

This commit is contained in:
Matthew McPeak 2026-06-12 14:54:04 -04:00
parent 26b0f82358
commit 9a3c321621
Signed by: McPeakML
GPG key ID: 3D64A2E70F58D07C

View file

@ -59,7 +59,7 @@ jobs:
run: apt-get update && apt-get install -y git nodejs npm
- name: Install bun
run: curl -fsSL https://bun.sh/install | bash
run: curl -fsSL https://bun.sh/install | bash && source /root/.bashrc
- name: Checkout
uses: actions/checkout@v4