Skip to content
This repository was archived by the owner on Mar 28, 2026. It is now read-only.

Commit adbca0b

Browse files
committed
Fix windows build pipelines
1 parent 9cc6536 commit adbca0b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,9 @@ jobs:
148148
- name: Install Qt 6
149149
uses: jurplel/install-qt-action@v4
150150
with:
151-
version: "6.8.0"
152-
arch: "win64_msvc2019_64"
153-
modules: "qtwebengine"
151+
version: "6.10.*"
152+
arch: "win64_msvc2022_64"
153+
modules: "qtwebengine qtwebchannel qtpositioning"
154154
- name: Install dependencies
155155
run: |
156156
mkdir build
@@ -195,9 +195,9 @@ jobs:
195195
- name: Install Qt 6
196196
uses: jurplel/install-qt-action@v4
197197
with:
198-
version: "6.8.0"
199-
arch: "win32_msvc2019"
200-
modules: "qtwebengine"
198+
version: "6.10.*"
199+
arch: "win32_msvc2022"
200+
modules: "qtwebengine qtwebchannel qtpositioning"
201201
- name: Install dependencies
202202
run: |
203203
mkdir build

0 commit comments

Comments
 (0)