diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index ac305fc..d8aa2f1 100644 --- a/.forgejo/workflows/build.yml +++ b/.forgejo/workflows/build.yml @@ -22,10 +22,10 @@ jobs: github.com/abiosoft/caddy-exec steps: - # - name: Install dependencies - # shell: sh - # run: | - # apk add --no-cache git nodejs npm bash sed curl jq podman + - name: Install dependencies + shell: sh + run: | + apk add --no-cache git nodejs npm bash sed curl jq podman - uses: actions/checkout@v3