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