Skip to content

Commit fbc2052

Browse files
eefahdclaude
andcommitted
fix: add webkit2_41 build tag for Ubuntu 24.04
Wails v2 defaults to webkit2gtk-4.0 at compile time; the 4.1 library requires the webkit2_41 build tag. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 7ddc9f9 commit fbc2052

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: npm install
7474

7575
- name: Build
76-
run: wails build -platform linux/amd64
76+
run: wails build -platform linux/amd64 -tags webkit2_41
7777

7878
- name: Upload artifact
7979
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)