mirror of
https://github.com/boostorg/lambda2.git
synced 2025-05-10 01:33:53 +00:00
Re-enable VS2017
This commit is contained in:
parent
ae42ebda76
commit
c618d6902b
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -146,7 +146,7 @@ jobs:
|
|||||||
- toolset: msvc-14.1
|
- toolset: msvc-14.1
|
||||||
cxxstd: "14,17,latest"
|
cxxstd: "14,17,latest"
|
||||||
addrmd: 32,64
|
addrmd: 32,64
|
||||||
os: windows-2016
|
os: windows-2019
|
||||||
- toolset: msvc-14.2
|
- toolset: msvc-14.2
|
||||||
cxxstd: "14,17,latest"
|
cxxstd: "14,17,latest"
|
||||||
addrmd: 32,64
|
addrmd: 32,64
|
||||||
@ -165,6 +165,12 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- 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
|
- name: Setup Boost
|
||||||
shell: cmd
|
shell: cmd
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user