From 6aaffeb5a4bac064d04b73ee4348504006d54e9f Mon Sep 17 00:00:00 2001 From: WarmUpTill Date: Mon, 15 Jun 2020 18:32:01 +0200 Subject: [PATCH] use CMAKE_GENERATOR "Visual Studio 15 2017" the 2017 version of the Microsoft Visual C++ Redistributable for Visual Studio is more widespread than the 2019 one and thus is less likely to require users to install the Redistributable manually --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d297420d..21b8a6c4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -179,7 +179,7 @@ jobs: runs-on: [windows-latest] env: QT_VERSION: 5.10.1 - CMAKE_GENERATOR: "Visual Studio 16 2019" + CMAKE_GENERATOR: "Visual Studio 15 2017" CMAKE_SYSTEM_VERSION: "10.0.18363.657" steps: - name: Add msbuild to PATH @@ -233,7 +233,7 @@ jobs: runs-on: [windows-latest] env: QT_VERSION: 5.10.1 - CMAKE_GENERATOR: "Visual Studio 16 2019" + CMAKE_GENERATOR: "Visual Studio 15 2017" CMAKE_SYSTEM_VERSION: "10.0.18363.657" steps: - name: Add msbuild to PATH