We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ee3763 commit 01fece5Copy full SHA for 01fece5
.github/workflows/build_steps.yml
@@ -88,6 +88,12 @@ jobs:
88
disk-root: "D:" # This is also the checkout directory. Total size 12GB.
89
continue-on-error: true
90
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
+
97
- name: Enable Windows compiler commands
98
if: matrix.os == 'windows'
99
uses: ilammy/[email protected]
0 commit comments