fix(ci): add Linux dependencies for wails3 CLI build

The wails3 CLI requires webkit2gtk, gtk, and other Linux libraries
to compile due to CGO dependencies.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Lea Anthony 2026-01-31 22:57:16 +11:00
commit fb0f10ca70

View file

@ -74,6 +74,12 @@ jobs:
version: 3.x
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Install Linux dependencies
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libgtk-3-dev libwebkit2gtk-4.1-dev build-essential pkg-config
version: 1.0
- name: Install Wails3 CLI
working-directory: v3
run: |