From 18a65305061b8a79a6b9e56ac7f31837fe3a025c Mon Sep 17 00:00:00 2001 From: Curve Date: Fri, 9 Aug 2024 17:59:36 +0200 Subject: [PATCH] feat(ci): build webkitgtk --- .github/workflows/build.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8adfe54..047a0e8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: fail-fast: false matrix: - backend: [WebView2, Qt5, Qt6] + backend: [WebKitGtk, WebView2, Qt5, Qt6] config: [Debug, Release, RelWithDebInfo] include: @@ -28,6 +28,11 @@ jobs: os: ubuntu-latest container: archlinux:base-devel + - backend: WebKitGtk + platform: Linux + os: ubuntu-latest + container: archlinux:base-devel + runs-on: ${{ matrix.os }} container: ${{ matrix.container }} name: bindings-${{ matrix.backend }}-${{ matrix.config }}