diff --git a/.forgejo/workflows/build.yml b/.forgejo/workflows/build.yml index d8aa2f1..190e1f4 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