mirror of
https://github.com/Belphemur/CBZOptimizer.git
synced 2025-10-13 20:18:52 +02:00
feat: revert to use webp executable
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user