mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 22:55:48 +01:00
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:
parent
46d27c526b
commit
fb0f10ca70
1 changed files with 6 additions and 0 deletions
6
.github/workflows/cross-compile-test-v3.yml
vendored
6
.github/workflows/cross-compile-test-v3.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue