mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
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:
parent
8c9e0b5157
commit
3d4c2daf9c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-and-test-v3.yml
vendored
4
.github/workflows/build-and-test-v3.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue