From b584248316159b3837d9c6e258dfc12c88c3695c Mon Sep 17 00:00:00 2001 From: Geoff Hutchison Date: Wed, 7 Feb 2024 22:36:48 -0500 Subject: [PATCH] Set up proper OpenSSL query Signed-off-by: Geoff Hutchison --- .github/workflows/build_cmake.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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'