Skip to content

Commit bb8a9b6

Browse files
committed
webkit2_41
1 parent 14128d5 commit bb8a9b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
env:
7272
GOOS: ${{ matrix.build.GOOS }}
7373
GOARCH: ${{ matrix.build.GOARCH }}
74-
run: ~/go/bin/wails build -m -trimpath -tags with_quic -webview2 embed -o ${{ env.APP_NAME }}.exe
74+
run: ~/go/bin/wails build -m -trimpath -tags webkit2_41,with_quic -webview2 embed -o ${{ env.APP_NAME }}.exe
7575

7676
# Compress: macOS
7777
- name: Create a compressed file for macOS

0 commit comments

Comments
 (0)