feat: revert to use webp executable

This commit is contained in:
Antoine Aflalo
2025-02-13 19:46:17 -05:00
parent dd7b6a332c
commit 25cd4585b7
7 changed files with 87 additions and 91 deletions

View File

@@ -15,10 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.23'
- name: Install libwebp-dev
run: sudo apt-get install -y libwebp-dev
go-version: '1.24'
- name: Install dependencies
run: go mod tidy