wp-content

wordpress/hph
Log | Files | Refs | README | LICENSE

commit b5c8bd7ed04bfb31fb566d61795b24cbf96260d4
parent 0386fd6ec3431f06a7f6f409cb6b07f6dc2484c5
Author: Sean Enck <sean@ttypty.com>
Date:   Sun,  2 Nov 2025 12:39:15 -0500

need zip

Diffstat:
M.github/workflows/build.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml @@ -19,6 +19,6 @@ jobs: steps: - uses: actions/checkout@v5 - name: "deps" - run: apk add make minify + run: apk add make minify zip - name: "build" run: cd plugins/hphp && make