From fd20f6bcc585d9defb3eeeca740d433ab1f03193 Mon Sep 17 00:00:00 2001 From: Serge Camille Date: Fri, 22 Nov 2024 11:02:52 +0100 Subject: [PATCH 1/2] Qt 6.8 --- .github/workflows/nightly.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index fff79f2..5850b9e 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -43,7 +43,7 @@ jobs: uses: jurplel/install-qt-action@v4 with: modules: qtwebengine qtwebchannel qtpositioning - version: 6.5.* + version: 6.8.* - name: Get git hash id: git_hash @@ -103,7 +103,7 @@ jobs: architecture: [x64, arm64] include: - qt: qt6 - qt_version: 6.5.* + qt_version: 6.8.* qt_modules: qtwebengine qtwebchannel qtpositioning - architecture: x64 cl_architecture: x64 From 5c65e548f44708a981255d4dc3b86bcadd2548f8 Mon Sep 17 00:00:00 2001 From: Serge Camille Date: Tue, 26 Nov 2024 21:02:21 +0100 Subject: [PATCH 2/2] Try using qtwebenginecore --- .github/workflows/nightly.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 5850b9e..e3727f9 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -42,7 +42,7 @@ jobs: - name: Install Qt uses: jurplel/install-qt-action@v4 with: - modules: qtwebengine qtwebchannel qtpositioning + modules: qtwebenginecore version: 6.8.* - name: Get git hash @@ -104,7 +104,7 @@ jobs: include: - qt: qt6 qt_version: 6.8.* - qt_modules: qtwebengine qtwebchannel qtpositioning + qt_modules: qtwebenginecore - architecture: x64 cl_architecture: x64 package_suffix: win64