diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8c8559..bf56096 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,8 +37,8 @@ jobs: - name: Install QT uses: jurplel/install-qt-action@v4 with: - version: 5.15.2 - modules: "qtwebengine" + version: 6.4.3 + modules: "qtwebengine qtwebchannel qtpositioning" setup-python: false - name: Setup MSVC compiler uses: bus1/cabuild/action/msdevshell@v1