Skip to content

Commit 2378485

Browse files
author
Vasil Pashov
committed
Rollback MSVC version
1 parent 8ee3763 commit 2378485

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build_steps.yml

+5
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@ jobs:
8888
disk-root: "D:" # This is also the checkout directory. Total size 12GB.
8989
continue-on-error: true
9090

91+
# Needed because the compiler in 17.12.0 (MSVC 19.42.34433.0) fails to compile folly. Issue raised https://github.com/microsoft/vcpkg/issues/42233
92+
- name: Install VS2022 BuildTools 17.11.6
93+
if: matrix.os == 'windows'
94+
run: choco install -y visualstudio2022buildtools --version=117.11.6.0 --params "--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --installChannelUri https://aka.ms/vs/17/release/180911598_-255012421/channel"
95+
9196
- name: Enable Windows compiler commands
9297
if: matrix.os == 'windows'
9398
uses: ilammy/[email protected]

0 commit comments

Comments
 (0)