From 664439fa9f2d429b87825fd281861a245beed452 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Fri, 26 Apr 2024 14:43:00 -0400 Subject: [PATCH] Install qtwebchannel on the CI --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8bbe3c8..89160f4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -43,7 +43,7 @@ jobs: with: version: "6.6.*" cache: true - modules: 'qtwebengine qtwebview qtwebsockets qtshadertools' + modules: 'qtwebengine qtwebview qtwebsockets qtshadertools qtwebchannel' - name: Set reusable strings id: strings