From c618d6902b26ebfc7bfeab040f00ffafb40a195c Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 14 Apr 2022 14:02:35 +0300 Subject: [PATCH] Re-enable VS2017 --- .github/workflows/ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f51be10..47e54ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -146,7 +146,7 @@ jobs: - toolset: msvc-14.1 cxxstd: "14,17,latest" addrmd: 32,64 - os: windows-2016 + os: windows-2019 - toolset: msvc-14.2 cxxstd: "14,17,latest" addrmd: 32,64 @@ -165,6 +165,12 @@ jobs: steps: - uses: actions/checkout@v2 + - name: Install Visual Studio 2017 + if: matrix.toolset == 'msvc-14.1' + run: | + choco install visualstudio2017community + choco install visualstudio2017-workload-universal + - name: Setup Boost shell: cmd run: |