diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 855a787..7bbcde8 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -39,8 +39,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