diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml index 48ea7bac..d57d24c6 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -139,9 +139,11 @@ jobs: if: runner.os == 'Windows' uses: jurplel/install-qt-action@v3 with: - tools: 'tools_opensslv3_x64' + aqtversion: '==3.1.*' host: 'windows' target: 'desktop' + toolsOnly: 'true' + tools: 'tools_opensslv3_x64' - name: Configure MSVC Command Prompt if: runner.os == 'Windows'