Skip to content

Commit 3569118

Browse files
committed
expand windows toolchain
1 parent 6e201c6 commit 3569118

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,15 @@ jobs:
4949
if: runner.os == 'Windows'
5050
uses: microsoft/[email protected]
5151

52+
- name: Setup Visual Studio Developer Command Prompt
53+
if: runner.os == 'Windows'
54+
uses: ilammy/msvc-dev-cmd@v1
55+
56+
- name: Install Windows development tools
57+
if: runner.os == 'Windows'
58+
run: |
59+
choco install visualstudio2019buildtools visualstudio2019-workload-vctools cmake
60+
5261
- name: Setup C++ toolchain (macOS)
5362
if: runner.os == 'macOS'
5463
run: |

0 commit comments

Comments
 (0)