From fb0f10ca70fb8dafca526acdb79f4d46ec258357 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Sat, 31 Jan 2026 22:57:16 +1100 Subject: [PATCH] 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 --- .github/workflows/cross-compile-test-v3.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/cross-compile-test-v3.yml b/.github/workflows/cross-compile-test-v3.yml index fa2378a74..810c2ac4b 100644 --- a/.github/workflows/cross-compile-test-v3.yml +++ b/.github/workflows/cross-compile-test-v3.yml @@ -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: |