fix(ci): add libwayland-dev to template test dependencies

ubuntu-latest runner image no longer includes libwayland-server.so.0,
which is needed by libwebkit2gtk-4.1. Bump cache version to invalidate
stale apt cache.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Lea Anthony 2026-02-06 21:38:25 +11:00
commit 3d4c2daf9c

View file

@ -226,8 +226,8 @@ jobs:
uses: awalsh128/cache-apt-pkgs-action@latest
if: matrix.os == 'ubuntu-latest'
with:
packages: libgtk-3-dev libwebkit2gtk-4.1-dev build-essential pkg-config
version: 1.0
packages: libgtk-3-dev libwebkit2gtk-4.1-dev libwayland-dev build-essential pkg-config
version: 1.1
- name: Setup Go
uses: actions/setup-go@v5