diff --git a/.forgejo/workflows/build-1.21.yaml b/.forgejo/workflows/build-1.21.yaml index e511a79..a269a77 100644 --- a/.forgejo/workflows/build-1.21.yaml +++ b/.forgejo/workflows/build-1.21.yaml @@ -11,7 +11,7 @@ jobs: image: alpine:3.23.3 steps: - name: Install dependencies - run: apk -U add nodejs openjdk21 tar zstd + run: apk -U add git nodejs openjdk21 tar zstd - name: Checkout code uses: actions/checkout@v4