diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 27ae4ce..8e04131 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -130,6 +130,11 @@ jobs: container: image: node:22-slim steps: + - name: Install git + run: | + apt-get update + apt-get install -y --no-install-recommends git + rm -rf /var/lib/apt/lists/* - uses: actions/checkout@v4 with: fetch-depth: 0