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

This commit is contained in:
Matthew McPeak 2026-06-12 14:51:03 -04:00
parent 05333d18d8
commit 26b0f82358
Signed by: McPeakML
GPG key ID: 3D64A2E70F58D07C

View file

@ -55,8 +55,11 @@ jobs:
runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest
steps:
- name: Install git
run: apt-get update && apt-get install -y git nodejs npm bun
- name: Install git, node, and npm
run: apt-get update && apt-get install -y git nodejs npm
- name: Install bun
run: curl -fsSL https://bun.sh/install | bash
- name: Checkout
uses: actions/checkout@v4