From fdf084dafa390cc88ebfc6df0561ae4629bfccad Mon Sep 17 00:00:00 2001 From: Matthew L McPeak Date: Fri, 12 Jun 2026 11:56:49 -0400 Subject: [PATCH] fix: ci --- .forgejo/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 3500c19..c92ab8a 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -55,6 +55,9 @@ jobs: runs-on: ubuntu-latest container: oven/bun:1 steps: + - name: Install git + run: apt-get update && apt-get install -y git + - name: Checkout uses: actions/checkout@v4