Skip to content

Commit 084b39c

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

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build_steps.yml

+7
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,13 @@ 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: Add msbuild to PATH
93+
if: matrix.os == 'windows'
94+
uses: microsoft/setup-msbuild@v2
95+
with:
96+
vs-version: '17.11.6'
97+
9198
- name: Enable Windows compiler commands
9299
if: matrix.os == 'windows'
93100
uses: ilammy/[email protected]

0 commit comments

Comments
 (0)