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

This commit is contained in:
Matthew McPeak 2026-06-12 14:47:37 -04:00
parent 25691b4c79
commit 05333d18d8
Signed by: McPeakML
GPG key ID: 3D64A2E70F58D07C

View file

@ -56,7 +56,7 @@ jobs:
container: catthehacker/ubuntu:act-latest container: catthehacker/ubuntu:act-latest
steps: steps:
- name: Install git - name: Install git
run: apt-get update && apt-get install -y git nodejs npm run: apt-get update && apt-get install -y git nodejs npm bun
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4