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

@@ -22,11 +22,9 @@ 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
go-version: 1.24
cache: true
- uses: sigstore/cosign-installer@v3.8.0 # installs cosign
- uses: anchore/sbom-action/download-syft@v0.18.0 # installs syft

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