feat: replace webp lib by C libwebp

Avoid having to download anything
This commit is contained in:
Antoine Aflalo
2024-12-06 17:01:00 -05:00
parent 969993161f
commit f416f1ff32
8 changed files with 53 additions and 86 deletions

View File

@@ -22,6 +22,8 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # this is important, otherwise it won't checkout the full tree (i.e. no previous tags)
- name: Install libwebp-dev
run: sudo apt-get install -y libwebp-dev
- uses: actions/setup-go@v5
with:
go-version: 1.23