From 29e9e834f96e6ab8d21e9e529a9942d343cf959f Mon Sep 17 00:00:00 2001 From: Matthew L McPeak Date: Fri, 12 Jun 2026 11:27:43 -0400 Subject: [PATCH 1/2] fix: pub --- .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 cb9c140..3500c19 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: needs: build if: startsWith(github.ref, 'refs/tags/v') runs-on: ubuntu-latest - container: catthehacker/ubuntu:act-latest + container: oven/bun:1 steps: - name: Checkout uses: actions/checkout@v4 -- 2.45.2 From fdf084dafa390cc88ebfc6df0561ae4629bfccad Mon Sep 17 00:00:00 2001 From: Matthew L McPeak Date: Fri, 12 Jun 2026 11:56:49 -0400 Subject: [PATCH 2/2] 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 -- 2.45.2