diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index de963ba..1d1a87c 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -5,7 +5,7 @@ jobs: container: eclipse-temurin:21-alpine steps: - name: Install build dependencies - run: apk add git nodejs curl tar + run: apk add git nodejs curl tar zstd - name: Checkout uses: https://github.com/actions/checkout@v4