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