Skip to content

Commit 01fece5

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build_steps.yml

+6
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,12 @@ 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+
uses: microsoft/setup-msbuild@v2
94+
with:
95+
vs-version: '17.11.6'
96+
9197
- name: Enable Windows compiler commands
9298
if: matrix.os == 'windows'
9399
uses: ilammy/[email protected]

0 commit comments

Comments
 (0)