From ab4118a59bd036ef3ea04a44fb3c3b736749e1c5 Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Sun, 8 Sep 2024 20:21:57 +0200 Subject: [PATCH] Attempt: adding install cwebp into people-thumbs.yml --- .github/workflows/people-thumbs.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/people-thumbs.yml b/.github/workflows/people-thumbs.yml index 70519f8..d74cc13 100644 --- a/.github/workflows/people-thumbs.yml +++ b/.github/workflows/people-thumbs.yml @@ -23,6 +23,12 @@ jobs: with: deno-version: v1.x + - name: Install cwebp + shell: bash + run: | + sudo apt-get install -y webp + cwebp -version + - name: Run image optimisation script run: make img-opt