Attempt: adding install cwebp into people-thumbs.yml

This commit is contained in:
niclaz 2024-09-08 20:21:57 +02:00 committed by GitHub
parent 72350590fd
commit ab4118a59b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -23,6 +23,12 @@ jobs:
with: with:
deno-version: v1.x deno-version: v1.x
- name: Install cwebp
shell: bash
run: |
sudo apt-get install -y webp
cwebp -version
- name: Run image optimisation script - name: Run image optimisation script
run: make img-opt run: make img-opt