chre: update pipeline
Some checks failed
Go / build (push) Failing after 11s

This commit is contained in:
2025-08-27 22:02:41 +02:00
parent 7884553aba
commit a84994ffd1
3 changed files with 326 additions and 6 deletions

View File

@@ -15,11 +15,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: "Install webp"
run: |
sudo apt-get update
sudo apt-get install libwebp-dev
- name: Set up Go
uses: actions/setup-go@v4
with: