From 88348dec1a1e7010fb6f1d4d67b6132c94ee5594 Mon Sep 17 00:00:00 2001 From: Nikita Bykov Date: Wed, 9 Sep 2020 15:37:46 +0300 Subject: [PATCH] fixed toolset names for windows --- .github/workflows/build-boost-packages.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-boost-packages.yml b/.github/workflows/build-boost-packages.yml index a0ca340..1f90645 100644 --- a/.github/workflows/build-boost-packages.yml +++ b/.github/workflows/build-boost-packages.yml @@ -37,11 +37,11 @@ jobs: platform: linux-18.04 - os: windows-2016 architecture: x86_64 - toolset: msvc-14.1 + toolset: msvc14.1 platform: win32 - os: windows-2019 architecture: x86_64 - toolset: msvc-14.2 + toolset: msvc14.2 platform: win32 steps: @@ -83,11 +83,11 @@ jobs: architecture: x64 - os: windows-2016 platform: win32 - toolset: msvc-14.1 + toolset: msvc14.1 architecture: x86_64 - os: windows-2019 platform: win32 - toolset: msvc-14.2 + toolset: msvc14.2 architecture: x86_64 steps: - uses: actions/checkout@v2