From 05333d18d8307b96f53a70e7844185247e7741ea Mon Sep 17 00:00:00 2001 From: Matthew L McPeak Date: Fri, 12 Jun 2026 14:47:37 -0400 Subject: [PATCH] fix: CI --- .forgejo/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 2608ab3..4e1990f 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: container: catthehacker/ubuntu:act-latest steps: - 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 uses: actions/checkout@v4