diff --git a/.forgejo/workflows/playing-around.yaml b/.forgejo/workflows/playing-around.yaml index 0b31b52..348d29c 100644 --- a/.forgejo/workflows/playing-around.yaml +++ b/.forgejo/workflows/playing-around.yaml @@ -11,6 +11,7 @@ jobs: container: image: oven/bun:1 + options: --privileged steps: - name: Checkout code @@ -24,6 +25,9 @@ jobs: restore-keys: | ${{ runner.os }}-bun- + - name: Install git + run: apt-get update && apt-get install -y git + - name: Install dependencies run: bun install --frozen-lockfile