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