From 2300577069e66d49d214b5110e670e5c87b997a4 Mon Sep 17 00:00:00 2001 From: Geoff Hutchison Date: Thu, 28 Sep 2023 13:50:44 -0400 Subject: [PATCH] Fix Windows error with OpenSSL Signed-off-by: Geoff Hutchison --- .github/workflows/build_cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml index 061563c05c..c44567dd32 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -134,7 +134,7 @@ jobs: uses: jurplel/install-qt-action@v3 with: cache: True - tools: 'tools_openssl_x64' + tools: 'tools_opensslv3_x64' version: ${{ env.QT_VERSION }} host: 'windows' target: 'desktop'